OnPaintEventArgs Constructor |
Version 63.0.0
Creates a new OnPaint event arg
Namespace: CefSharpAssembly: CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 63.0.0.0 (63.0.0.0)
Syntax public OnPaintEventArgs(
bool isPopup,
Rect dirtyRect,
IntPtr bufferHandle,
int width,
int height,
int bytesPerPixel,
int numberOfBytes
)
public:
OnPaintEventArgs(
bool isPopup,
Rect dirtyRect,
IntPtr bufferHandle,
int width,
int height,
int bytesPerPixel,
int numberOfBytes
)
Parameters
- isPopup
- Type: SystemBoolean
is popup - dirtyRect
- Type: CefSharpRect
dirty rect if enabled - bufferHandle
- Type: SystemIntPtr
buffer handle (back buffer) - width
- Type: SystemInt32
width - height
- Type: SystemInt32
height - bytesPerPixel
- Type: SystemInt32
bytes per pixel - numberOfBytes
- Type: SystemInt32
number of bytes in the buffer
See Also