DIM
hCursor
AS
Cursor
hCursor
=
NEW
Cursor
(
Picture
AS
Picture
[
, X
AS
Integer
, Y
AS
Integer
]
)
Creates a new cursor from a Picture object and an optional hot spot.
If not specified, the default hotspot is the top left of the picture.