| OnPaintEventArgs Constructor  | 
Version 118.6.80 
            Creates a new OnPaint event arg
            
 
    Namespace: 
   CefSharp.OffScreen
    Assembly:
   CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 118.6.80.0 (118.6.80.0)
 Syntax
Syntaxpublic OnPaintEventArgs(
	bool isPopup,
	Rect dirtyRect,
	IntPtr bufferHandle,
	int width,
	int height
)
public:
OnPaintEventArgs(
	bool isPopup, 
	Rect dirtyRect, 
	IntPtr bufferHandle, 
	int width, 
	int height
)
Parameters
- isPopup
- Type: SystemBoolean
 is popup
- dirtyRect
- Type: CefSharp.StructsRect
 dirty rect if enabled
- bufferHandle
- Type: SystemIntPtr
 buffer handle (back buffer)
- width
- Type: SystemInt32
 width
- height
- Type: SystemInt32
 height
 See Also
See Also