Icon Constructor (String) |
Intitializes a new instanc of the Icon class with the contents of the specified fileName
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Icon(
string fileName
)
Public Sub New (
fileName As String
)
new :
fileName : string -> Icon
Parameters
- fileName
- Type: SystemString
Name of the file to loat the content from
See Also