Sets new cursor, created from the bitmap.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public void SetCursor(
	Bitmap bitmap,
	int hotSpotX,
	int hotSpotY
)

Parameters

bitmap
Type: System.Drawing..::.Bitmap
Source Bitmap bitmap of the cursor.
hotSpotX
Type: System..::.Int32
Cursor center in the X axis.
hotSpotY
Type: System..::.Int32
Cursor center in the Y axis.

See Also