System.Windows.Forms.Cursor: Method Members

The methods of System.Windows.Forms.Cursor are listed below. For a list of all members, see the Cursor Members list.

See Also: Inherited members from System.Object

Public Methods

CopyHandle() : IntPtr

Copies the handle of this System.Windows.Forms.Cursor.

Dispose()

Releases all resources used by the System.Windows.Forms.Cursor.

Draw(System.Drawing.Graphics, System.Drawing.Rectangle)

Draws the cursor on the specified surface, within the specified bounds.

DrawStretched(System.Drawing.Graphics, System.Drawing.Rectangle)

Draws the cursor in a stretched format on the specified surface, within the specified bounds.

override
Equals(object) : bool

Returns a value indicating whether this cursor is equal to the specified System.Windows.Forms.Cursor.

Finalize()
Documentation for this section has not yet been entered.
override
GetHashCode() : int

Retrieves the hash code for the current System.Windows.Forms.Cursor.

static
Hide()

Hides the cursor.

static
Show()

Displays the cursor.

override
ToString() : string

Retrieves a human readable string representing this System.Windows.Forms.Cursor.