Click or drag to resize

CursorIHandlerCreate Method (Image, PointF)

Creates the cursor instance with the specified image and hotspot.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void Create(
	Image image,
	PointF hotspot
)

Parameters

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