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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public bool GetRepresentationInfo(
	float scaleFactor,
	out float actualScaleFactor,
	out int pixelWidth,
	out int pixelHeight
)

Parameters

scaleFactor
Type: SystemSingle
actualScaleFactor
Type: SystemSingle
pixelWidth
Type: SystemInt32
pixelHeight
Type: SystemInt32

Return Value

Type: Boolean
See Also