Click or drag to resize
CefDirtyRect Constructor
Version 51.0.0
Initializes a new instance of the CefDirtyRect class

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

Parameters

x
Type: SystemInt32

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

y
Type: SystemInt32

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

width
Type: SystemInt32

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

height
Type: SystemInt32

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

See Also