| Cursor Constructor (Stream) | 
 
            Initializes a new instance of the Cursor class by loading a cursor from the specified stream
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic Cursor(
	Stream stream
)
Public Sub New ( 
	stream As Stream
)
new : 
        stream : Stream -> CursorParameters
- stream
- Type: System.IOStream
 Stream to load from
 See Also
See Also