Click or drag to resize
DigitalRunePlatformHelperDestroyCursor Method
Destroys a cursor that was created using (CreateCursor(String)).

Namespace: DigitalRune
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public static void DestroyCursor(
	Object cursor
)

Parameters

cursor
Type: SystemObject
The System.Windows.Forms.Cursor.
See Also