Click or drag to resize
DigitalRunePlatformHelperCreateCursor Method (Stream)
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(
	Stream stream
)

Parameters

stream
Type: System.IOStream
A stream for reading 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