ChromiumWebBrowserInvokeRenderAsync Method |
Version 63.0.0
Invoked from CefRenderHandler.OnPaint
A new
Bitmap is only created when
CreateNewBitmap
is true, otherwise the new buffer is simply copied into the backBuffer of the existing
Bitmap for efficiency. Locking provided by OnPaint as this method is called
in it's lock scope.
Namespace: CefSharp.OffScreenAssembly: CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 63.0.0.0 (63.0.0.0)
Syntax protected virtual void InvokeRenderAsync(
BitmapInfo bitmapInfo
)
protected:
virtual void InvokeRenderAsync(
BitmapInfo^ bitmapInfo
)
Parameters
- bitmapInfo
- Type: BitmapInfo
information about the bitmap to be rendered
See Also