Cursor Class |
Namespace: Eto.Forms
Name | Description | |
---|---|---|
Cursor(Stream) |
Initializes a new instance of the Cursor class by loading a cursor from the specified stream | |
Cursor(String) |
Initializes a new instance of the Cursor class by loading the specified .cur fileName | |
Cursor(CursorIHandler) |
Initializes a new instance of the Cursor class with the specified handler.
| |
Cursor(CursorType) |
Initializes a new instance of the Cursor class with the specified type.
| |
Cursor(Bitmap, PointF) |
Initializes a new instance of the Cursor with the specified image and hotspot.
| |
Cursor(Icon, PointF) |
Initializes a new instance of the Cursor with the specified image and hotspot.
|
Name | Description | |
---|---|---|
FromResource(String, Assembly) |
Loads a cursor from the resource in the specified or caller's assembly | |
FromResource(String, Type) |
Loads a bitmap from a resource in the same assembly as the specified type |