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.WpfAssembly: CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 63.0.0.0 (63.0.0.0)
Syntax protected virtual BitmapInfo CreateBitmapInfo(
bool isPopup
)
protected:
virtual BitmapInfo^ CreateBitmapInfo(
bool isPopup
)
Parameters
- isPopup
- Type: SystemBoolean
if set to true [is popup].
Return Value
Type:
BitmapInfoBitmapInfo.
Exceptions Exception | Condition |
---|
Exception | BitmapFactory cannot be null |
See Also