Click or drag to resize
Rect Constructor
Version 63.0.0
Initializes a new instance of the Rect class

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

Parameters

x
Type: SystemInt32

[Missing <param name="x"/> documentation for "M:CefSharp.Rect.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

y
Type: SystemInt32

[Missing <param name="y"/> documentation for "M:CefSharp.Rect.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

width
Type: SystemInt32

[Missing <param name="width"/> documentation for "M:CefSharp.Rect.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

height
Type: SystemInt32

[Missing <param name="height"/> documentation for "M:CefSharp.Rect.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

See Also