Version 98.1.210
CursorInfo
Namespace:
CefSharp.Structs
Assembly:
CefSharp (in CefSharp.dll) Version: 98.1.210.0 (98.1.210.0)
Syntax public CursorInfo(
IntPtr buffer,
Point hotspot,
float imageScaleFactor,
Size size
)
public:
CursorInfo(
IntPtr buffer,
Point hotspot,
float imageScaleFactor,
Size size
)
Parameters
- buffer
- Type: SystemIntPtr
buffer - hotspot
- Type: CefSharp.StructsPoint
hotspot - imageScaleFactor
- Type: SystemSingle
image scale factor - size
- Type: CefSharp.StructsSize
size
See Also