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
)
Public Sub New (
image As Icon,
hotspot As PointF
)
new :
image : Icon *
hotspot : PointF -> Cursor
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