Cursor
A destructor is present on this object, but not explicitly documented in the source.
- dispose
void dispose()
- draw
void draw(Graphics g, Point pt)
- drawStretched
void drawStretched(Graphics g, Rect r)
- clip
Rect clip [@property setter]
Rect clip [@property getter]
- current
Cursor current [@property setter]
Cursor current [@property getter]
- handle
HCURSOR handle [@property getter]
- position
Point position [@property getter]
The position of the current mouse cursor.
- position
Point position [@property setter]
The position of the current mouse cursor.
- hide
void hide()
- show
void show()
Show/hide the current mouse cursor; reference counted.