Table of Contents
Cursor Constructor (String, Byte[], Int32, Int32)

Initalizes a custom cursor.

Syntax
 public Cursor(
   string mimeType,
   byte[] data,
   int x,
   int y
);

Parameters

mimeType
Custom cursor data MIME type.
data
Custom cursor data.
x
Hotspot X.
y
Hotspot Y.
See Also