Click or drag to resize

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
)

Parameters

stream
Type: System.IOStream
Stream to load from
See Also