Click or drag to resize

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
)

Parameters

fileName
Type: SystemString
Name of the file to loat the content from
See Also