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

Namespace: CefSharp.Wpf.Rendering
Assembly: CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 63.0.0.0 (63.0.0.0)
Syntax
public 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

Implements

IBitmapFactoryCreateBitmap(Boolean, Double)
See Also