| 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
Syntaxvoid Create(
	Image image,
	PointF hotspot
)
Sub Create ( 
	image As Image,
	hotspot As PointF
)
abstract Create : 
        image : Image * 
        hotspot : PointF -> unit 
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
See Also