Click or drag to resize

IconIHandler Interface

Platform handler for the Icon class

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
[AutoInitializeAttribute(false)]
public interface IHandler : ImageIHandler, 
	WidgetIHandler

The IconIHandler type exposes the following members.

Properties
  NameDescription
Public propertyFrames
Gets the definition for each frame in this icon.
Top
Methods
  NameDescription
Public methodCreate(Stream)
Called when creating an instance from a stream
Public methodCreate(String)
Called when creating an instance from a file name
Public methodCreate(IEnumerableIconFrame)
Initializes a new instance of the Icon class with the specified frames.
Top
See Also