| Cursor Constructor | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|  | Cursor(Stream) | 
            Initializes a new instance of the Cursor class by loading a cursor from the specified stream | 
|  | Cursor(String) | 
            Initializes a new instance of the Cursor class by loading the specified .cur fileName | 
|  | Cursor(CursorIHandler) | 
            Initializes a new instance of the Cursor class with the specified handler.
             | 
|  | Cursor(CursorType) | 
            Initializes a new instance of the Cursor class with the specified type.
             | 
|  | Cursor(Bitmap, PointF) | 
            Initializes a new instance of the Cursor with the specified image and hotspot. 
             | 
|  | Cursor(Icon, PointF) | 
            Initializes a new instance of the Cursor with the specified image and hotspot. 
             | 
 See Also
See Also