Click or drag to resize

CefImageGetRepresentationInfo Method

Returns information for the representation that most closely matches |scale_factor|. |actual_scale_factor| is the actual scale factor for the representation. |pixel_width| and |pixel_height| are the representation size in pixel coordinates. Returns true on success.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public bool GetRepresentationInfo(
	float scaleFactor,
	out float actualScaleFactor,
	out int pixelWidth,
	out int pixelHeight
)

Parameters

scaleFactor  Single
 
actualScaleFactor  Single
 
pixelWidth  Int32
 
pixelHeight  Int32
 

Return Value

Boolean
See Also