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
)
Protected Overridable Function IsIcon (
fileName As String
) As Boolean
abstract IsIcon :
fileName : string -> bool
override IsIcon :
fileName : string -> bool
Parameters
- fileName
- Type: SystemString
File name.
Return Value
Type:
Booleantrue if the fileName is an icon; otherwise,
false.
See Also