PaintEventArgs Constructor |
Version 107.1.120
Namespace:
CefSharp.Wpf
Assembly:
CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 107.1.120.0 (107.1.120.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: System.Boolean
is popup - dirtyRect
- Type: CefSharp.Structs.Rect
direct rectangle - buffer
- Type: System.IntPtr
buffer - width
- Type: System.Int32
width - height
- Type: System.Int32
height
See Also