Cursor Methods
.NET Framework 4.5
The Cursor type exposes the following members.
| Name | Description | |
|---|---|---|
|
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 | Returns a value indicating whether this cursor is equal to the specified Cursor. (Overrides Object.Equals(Object).) |
|
GetHashCode | Retrieves the hash code for the current Cursor. (Overrides Object.GetHashCode().) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
Hide | Hides the cursor. |
|
Show | Displays the cursor. |
|
ToString | Retrieves a human readable string representing this Cursor. (Overrides Object.ToString().) |