ChromiumWebBrowserBitmap Property |
Version 63.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.OffScreenAssembly: CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 63.0.0.0 (63.0.0.0)
Syntax public Bitmap Bitmap { get; protected set; }
public:
property Bitmap^ Bitmap {
Bitmap^ get ();
protected: void set (Bitmap^ value);
}
Property Value
Type:
BitmapThe bitmap.
See Also