void CefSharp.Internals.IRenderWebBrowser.OnPaint(CefSharp.PaintElementType type, CefSharp.Structs.Rect dirtyRect, IntPtr buffer, int width, int height) { OnPaintDelegate.Invoke(type, dirtyRect, buffer, width, height); }
void CefSharp.Internals.IRenderWebBrowser.OnPaint(CefSharp.PaintElementType type, CefSharp.Structs.Rect dirtyRect, IntPtr buffer, int width, int height) { Form.OnBrowserRequestsPainting(dirtyRect, buffer, width, height); }