Click or drag to resize
IBitmapFactory.CreateBitmap Method
Version 57.0.0
Create an instance of BitmapInfo based on the params

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 57.0.0.0 (57.0.0.0)
Syntax
BitmapInfo CreateBitmap(
	bool isPopup,
	double dpiScale
)

Parameters

isPopup
Type: System.Boolean
create bitmap info for a popup (typically just a bool flag used internally)
dpiScale
Type: System.Double
DPI scale

Return Value

Type: BitmapInfo
newly created BitmapInfo
See Also