Click or drag to resize
ChromiumWebBrowserInvokeRenderAsync Method
Version 51.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.OffScreen
Assembly: CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 51.0.0.0 (51.0.0.0)
Syntax
public virtual void InvokeRenderAsync(
	BitmapInfo bitmapInfo
)

Parameters

bitmapInfo
Type: BitmapInfo
information about the bitmap to be rendered
See Also