Grx.Cursor – grx-3.0 Reference Manual
Packages
grx-3.0
Grx
Cursor
Cursor
hide
move
show
Cursor
Object Hierarchy:
Description:
[
Compact
]
public
class
Cursor
Structure to hold cursor state.
Namespace:
Grx
Package:
grx-3.0
Content:
Creation methods:
public
Cursor
(
uint8
[] pixels,
int
pitch,
int
width,
int
height,
int
x0,
int
y0,
Array
<
Color
> colors)
Create a new cursor using the data provided.
Methods:
public
void
show
()
Draws the cursor at it's current position.
public
void
hide
()
Erase the cursor.
public
void
move
(
int
x,
int
y)
Move the cursor to a new position.