PaintEventArgs Constructor  | 
Version 110.0.300  
    Namespace: 
   CefSharp.Wpf
    Assembly:
   CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 110.0.300.0 (110.0.300.0)
Syntaxpublic PaintEventArgs(
	bool isPopup,
	Rect dirtyRect,
	IntPtr buffer,
	int width,
	int height
)
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