  | PlatformHelperCreateCursor Method (Stream) | 
            Creates a System.Windows.Forms.Cursor instance.
            
 
Namespace: DigitalRuneAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntaxpublic static Object CreateCursor(
	Stream stream
)
Public Shared Function CreateCursor ( 
	stream As Stream
) As Object
public:
static Object^ CreateCursor(
	Stream^ stream
)
static member CreateCursor : 
        stream : Stream -> Object 
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