Table of Contents
Cursor Constructor (String, Int32, Int32)

Initalizes a custom cursor.

Syntax
 public Cursor(
   string uriString,
   int x,
   int y
);

Parameters

uriString
The Uri of the custom cursor, can be a local file name.
x
Hotspot X.
y
Hotspot Y.
See Also