Cursor Members
.NET Framework 1.1
Public Constructors
Cursor Constructor | Overloaded. Initializes a new instance of the Cursor class. |
Public Properties
![]() Clip | Gets or sets the bounds that represents the clipping rectangle for the cursor. |
![]() Current Supported by the .NET Compact Framework. | Gets or sets a cursor object that represents the mouse cursor. |
Handle | Gets the handle of the cursor. |
![]() Position | Gets or sets the cursor's position. |
Size | Gets the size of the cursor object. |
Public Methods
CopyHandle | Copies the handle of this Cursor. |
Dispose | Releases all resources used by the Cursor. |
Draw | Draws the cursor on the specified surface, within the specified bounds. |
DrawStretched | Draws the cursor in a stretched format on the specified surface, within the specified bounds. |
Equals Supported by the .NET Compact Framework. | Overridden. Returns a value indicating whether this cursor is equal to the specified Cursor. |
GetHashCode Supported by the .NET Compact Framework. | Overridden. See Object.GetHashCode. |
GetType (inherited from Object)
Supported by the .NET Compact Framework. | Gets the Type of the current instance. |
![]() Hide Supported by the .NET Compact Framework. | Hides the cursor. |
![]() Show Supported by the .NET Compact Framework. | Displays the cursor. |
ToString Supported by the .NET Compact Framework. | Overridden. See Object.ToString. |
Public Operators
![]() Equality Operator | Returns a value indicating whether two instances of the Cursor class are equal. |
![]() Inequality Operator | Returns a value indicating whether two instances of the Cursor class are not equal. |
Protected Methods
Finalize Supported by the .NET Compact Framework. | Overridden. Releases the unmanaged resources and performs other cleanup operations before the Cursor is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
MemberwiseClone (inherited from Object)
Supported by the .NET Compact Framework. | Creates a shallow copy of the current Object. |

