Click or drag to resize
DigitalRunePlatformHelperCreateCursor Method (String)
Creates a System.Windows.Forms.Cursor instance.

Namespace: DigitalRune
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public static Object CreateCursor(
	string fileName
)

Parameters

fileName
Type: SystemString
The file path of the cursor file (usually .cur or .ani).

Return Value

Type: Object
The System.Windows.Forms.Cursor object or if System.Windows.Forms is not available on the target platform.
See Also