IconIHandlerCreate Method (String) |
Called when creating an instance from a file name
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax void Create(
string fileName
)
Sub Create (
fileName As String
)
abstract Create :
fileName : string -> unit
Parameters
- fileName
- Type: SystemString
File name to load the icon from
See Also