Click or drag to resize
ChromiumWebBrowserCreateBitmapInfo Method
Version 63.0.0
Creates the BitmapInfo instance used for rendering. Two instances will be created, one will be used for the popup

Namespace: CefSharp.Wpf
Assembly: CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 63.0.0.0 (63.0.0.0)
Syntax
protected virtual BitmapInfo CreateBitmapInfo(
	bool isPopup
)

Parameters

isPopup
Type: SystemBoolean
if set to true [is popup].

Return Value

Type: BitmapInfo
BitmapInfo.
Exceptions
ExceptionCondition
ExceptionBitmapFactory cannot be null
See Also