OnPaintEventArgs Constructor |
Version 89.0.170
Creates a new OnPaint event arg
Namespace:
CefSharp.OffScreen
Assembly:
CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 89.0.170.0 (89.0.170.0)
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: System.Boolean
is popup - dirtyRect
- Type: CefSharp.Structs.Rect
dirty rect if enabled - bufferHandle
- Type: System.IntPtr
buffer handle (back buffer) - width
- Type: System.Int32
width - height
- Type: System.Int32
height
See Also