Click or drag to resize

CursorInfo Constructor

Version 112.3.0
CursorInfo

Namespace:  CefSharp.Structs
Assembly:  CefSharp (in CefSharp.dll) Version: 112.3.0.0 (112.3.0.0)
Syntax
public CursorInfo(
	IntPtr buffer,
	Point hotspot,
	float imageScaleFactor,
	Size size
)

Parameters

buffer
Type: System.IntPtr
buffer
hotspot
Type: CefSharp.Structs.Point
hotspot
imageScaleFactor
Type: System.Single
image scale factor
size
Type: CefSharp.Structs.Size
size
See Also