Cursor Constructor (Bitmap, 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(
Bitmap image,
PointF hotspot
)
Public Sub New (
image As Bitmap,
hotspot As PointF
)
new :
image : Bitmap *
hotspot : PointF -> Cursor
Parameters
- image
- Type: Eto.DrawingBitmap
Image for the cursor - hotspot
- Type: Eto.DrawingPointF
Hotspot for where the cursor pointer is located on the image
See Also