Click or drag to resize

IImageGetRepresentationInfo Method

Version 86.0.240
Returns information for the representation that most closely matches scaleFactor.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
bool GetRepresentationInfo(
	float scaleFactor,
	out float actualScaleFactor,
	out int pixelWidth,
	out 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: Boolean
return if information found for scale factor
See Also