Click or drag to resize

CursorIHandler Interface

Platform interface for the Cursor class

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
[AutoInitializeAttribute(false)]
public interface IHandler : WidgetIHandler
Methods
  NameDescription
Public methodCreate(Stream)
Creates the cursor instance with the specified stream
Public methodCreate(String)
Creates the cursor instance with the specified fileName
Public methodCreate(CursorType)
Creates the cursor instance with the specified type.
Public methodCreate(Image, PointF)
Creates the cursor instance with the specified image and hotspot.
Top
See Also