| CursorIHandlerCreate Method (Stream) | 
 
            Creates the cursor instance with the specified stream
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxvoid Create(
	Stream stream
)
Sub Create ( 
	stream As Stream
)
abstract Create : 
        stream : Stream -> unit 
Parameters
- stream
- Type: System.IOStream
 Stream to load from
 See Also
See Also