IBitmapFactoryCreateBitmap Method |
Version 55.0.0
Create an instance of BitmapInfo based on the params
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 55.0.0.0 (55.0.0.0)
Syntax BitmapInfo CreateBitmap(
bool isPopup,
double dpiScale
)
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:
BitmapInfonewly created BitmapInfo
See Also