Click or drag to resize

Cursor Constructor

Overload List
  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
See Also