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 public Cursor(
Stream stream
)
Public Sub New (
stream As Stream
)
new :
stream : Stream -> Cursor
Parameters
- stream
- Type: System.IOStream
Stream to load from
See Also