Click or drag to resize

Icon Constructor (IconIHandler)

Initializes a new instance of the Icon class with the specified handler

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Icon(
	IconIHandler handler
)

Parameters

handler
Type: Eto.DrawingIconIHandler
Handler for the icon backend
See Also