| BitmapFactoryCreateBitmap Method | 
Version 63.0.0
            Create an instance of BitmapInfo based on the params
            
 
Namespace: CefSharp.Wpf.RenderingAssembly: CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 63.0.0.0 (63.0.0.0)
 Syntax
Syntaxpublic BitmapInfo CreateBitmap(
	bool isPopup,
	double dpiScale
)
public:
virtual BitmapInfo^ CreateBitmap(
	bool isPopup, 
	double dpiScale
) sealed
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: 
BitmapInfonewly created BitmapInfo
Implements
IBitmapFactoryCreateBitmap(Boolean, Double) See Also
See Also