Click or drag to resize

PaintEventArgs Constructor

Version 96.0.142
Initializes a new instance of the PaintEventArgs class.

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

Parameters

isPopup
Type: SystemBoolean
is popup
dirtyRect
Type: CefSharp.StructsRect
direct rectangle
buffer
Type: SystemIntPtr
buffer
width
Type: SystemInt32
width
height
Type: SystemInt32
height
See Also