Click or drag to resize

PaintEventArgs Constructor

Version 130.1.90
Initializes a new instance of the PaintEventArgs class.

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

Parameters

isPopup  Boolean
is popup
dirtyRect  Rect
direct rectangle
buffer  IntPtr
buffer
width  Int32
width
height  Int32
height
See Also