Click or drag to resize

Cursor Constructor (Icon, PointF)

Initializes a new instance of the Cursor with the specified image and hotspot.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Cursor(
	Icon image,
	PointF hotspot
)

Parameters

image
Type: Eto.DrawingIcon
Image for the cursor
hotspot
Type: Eto.DrawingPointF
Hotspot for where the cursor pointer is located on the image
See Also