IImageGetRepresentationInfo Method |
Version 106.0.290
Returns information for the representation that most closely matches scaleFactor.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntax bool GetRepresentationInfo(
float scaleFactor,
out float actualScaleFactor,
out int pixelWidth,
out int pixelHeight
)
bool GetRepresentationInfo(
float scaleFactor,
[OutAttribute] float% actualScaleFactor,
[OutAttribute] int% pixelWidth,
[OutAttribute] int% pixelHeight
)
Parameters
- scaleFactor
- Type: SystemSingle
scale factor - actualScaleFactor
- Type: SystemSingle
actual scale factor - pixelWidth
- Type: SystemInt32
pixel width - pixelHeight
- Type: SystemInt32
pixel height
Return Value
Type:
Booleanreturn if information found for scale factor
See Also