Click or drag to resize

Cursor Constructor (CursorIHandler)

Initializes a new instance of the Cursor class with the specified handler.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Cursor(
	CursorIHandler handler
)

Parameters

handler
Type: Eto.FormsCursorIHandler
Handler to assign to this cursor for its implementation
See Also