Click or drag to resize
BitmapFactory.CreateBitmap 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: 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

Implements

IBitmapFactory.CreateBitmap(Boolean, Double)
See Also