Click or drag to resize

DomRect Constructor

Version 130.1.90
Constructor

Namespace: CefSharp.Structs
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
public DomRect(
	double x,
	double y,
	double width,
	double height
)

Parameters

x  Double
x
y  Double
y
width  Double
width
height  Double
height
See Also