Click or drag to resize

Cursor Constructor (String)

Initializes a new instance of the Cursor class by loading the specified .cur fileName

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

Parameters

fileName
Type: SystemString
Name of the cursor file to load from disk
See Also