BitmapFactoryCreateBitmap Method |
Version 51.0.0
Create an instance of BitmapInfo based on the params
Namespace: CefSharp.Wpf.RenderingAssembly: CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 51.0.0.0 (51.0.0.0)
Syntax public 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