Click or drag to resize

IImageGetRepresentationInfo Method

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

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 98.1.210.0 (98.1.210.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