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
)
Public Sub New (
handler As IconIHandler
)
new :
handler : IconIHandler -> Icon
Parameters
- handler
- Type: Eto.DrawingIconIHandler
Handler for the icon backend
See Also