Click or drag to resize

Rect Constructor

Version 130.1.90
Rect

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

Parameters

x  Int32
x coordinate
y  Int32
y coordinate
width  Int32
width
height  Int32
height
See Also