Click or drag to resize
ChromiumWebBrowserBitmap Property
Version 51.0.0
Contains the last rendering from Chromium. Direct access to the underlying Bitmap - there is no locking when trying to access directly, use BitmapLock where appropriate. A new bitmap is only created when it's size changes, otherwise the back buffer for the bitmap is constantly updated. Read the InvokeRenderAsync(BitmapInfo) doco for more info.

Namespace: CefSharp.OffScreen
Assembly: CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 51.0.0.0 (51.0.0.0)
Syntax
public Bitmap Bitmap { get; }

Property Value

Type: Bitmap
The bitmap.
See Also