Click or drag to resize
ChromiumWebBrowserSetBitmap Method
Version 57.0.0
Sets the Bitmap to render with a copy of bitmap in parameter.

Namespace: CefSharp.OffScreen
Assembly: CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 57.0.0.0 (57.0.0.0)
Syntax
protected void SetBitmap(
	Bitmap bitmap
)

Parameters

bitmap
Type: System.DrawingBitmap
The bitmap which will be copied
See Also