Click or drag to resize

IconFrameIHandler Interface

Handler interface for platform implementations of the IconFrame

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

The IconFrameIHandler type exposes the following members.

Methods
  NameDescription
Public methodCreate(IconFrame, Bitmap)
Initializes a new instance of the IconFrame class.
Public methodCreate(IconFrame, FuncStream)
Initializes a new instance of the IconFrame class.
Public methodCreate(IconFrame, Stream)
Initializes a new instance of the IconFrame class.
Public methodGetBitmap
Gets the bitmap for this frame.
Public methodGetPixelSize
Gets the pixel size of the frame's bitmap
Top
See Also