OnPaintEventArgs Constructor |
Version 105.3.390
Creates a new OnPaint event arg
Namespace:
CefSharp.OffScreen
Assembly:
CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 105.3.390.0 (105.3.390.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