Click or drag to resize

Cursor Class

Class for a particular Mouse cursor type
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class Cursor : Widget
Constructors
  NameDescription
Public methodCursor(Stream)
Initializes a new instance of the Cursor class by loading a cursor from the specified stream
Public methodCursor(String)
Initializes a new instance of the Cursor class by loading the specified .cur fileName
Public methodCursor(CursorIHandler)
Initializes a new instance of the Cursor class with the specified handler.
Public methodCursor(CursorType)
Initializes a new instance of the Cursor class with the specified type.
Public methodCursor(Bitmap, PointF)
Initializes a new instance of the Cursor with the specified image and hotspot.
Public methodCursor(Icon, PointF)
Initializes a new instance of the Cursor with the specified image and hotspot.
Top
Methods
  NameDescription
Public methodStatic memberFromResource(String, Assembly)
Loads a cursor from the resource in the specified or caller's assembly
Public methodStatic memberFromResource(String, Type)
Loads a bitmap from a resource in the same assembly as the specified type
Top
Remarks
This can be used to specify a cursor for a particular control using Cursor
See Also