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

Initalizes a custom cursor.

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

Parameters

mimeType
Custom cursor data MIME type.
data
Custom cursor data.
See Also