Click or drag to resize

PaintEventArgs Constructor

Version 107.1.120
Initializes a new instance of the PaintEventArgs class.

Namespace:  CefSharp.Wpf
Assembly:  CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 107.1.120.0 (107.1.120.0)
Syntax
public PaintEventArgs(
	bool isPopup,
	Rect dirtyRect,
	IntPtr buffer,
	int width,
	int height
)

Parameters

isPopup
Type: System.Boolean
is popup
dirtyRect
Type: CefSharp.Structs.Rect
direct rectangle
buffer
Type: System.IntPtr
buffer
width
Type: System.Int32
width
height
Type: System.Int32
height
See Also