Click or drag to resize

ImageConverterIsIcon Method

Determines whether the specified fileName is an icon (ends with .ico)

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected virtual bool IsIcon(
	string fileName
)

Parameters

fileName
Type: SystemString
File name.

Return Value

Type: Boolean
true if the fileName is an icon; otherwise, false.
See Also