Click or drag to resize
IBitmapFactoryCreateBitmap Method
Version 51.0.0
Create an instance of BitmapInfo based on the params

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

Parameters

isPopup
Type: SystemBoolean
create bitmap info for a popup (typically just a bool flag used internally)
dpiScale
Type: SystemDouble
DPI scale

Return Value

Type: BitmapInfo
newly created BitmapInfo
See Also