PaintEventArgs Constructor |
Version 130.1.90Namespace: CefSharp.WpfAssembly: CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public 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 Boolean
- is popup
- dirtyRect Rect
- direct rectangle
- buffer IntPtr
- buffer
- width Int32
- width
- height Int32
- height
See Also