IImageGetRepresentationInfo Method |
Version 130.1.90
Returns information for the representation that most closely matches scaleFactor.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.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 Single
- scale factor
- actualScaleFactor Single
- actual scale factor
- pixelWidth Int32
- pixel width
- pixelHeight Int32
- pixel height
Return Value
Booleanreturn if information found for scale factor
See Also