Table of Contents

Property OuterRectsScaled

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

OuterRectsScaled

Gets the outer rectangles (all rectangles except the center rectangle) after scaling from pixels to device-independent pixels (DIPs) using the specified scale factor.

public readonly RectD[] OuterRectsScaled { get; }

Property Value

RectD[]

Remarks

Scaling ensures that graphical elements are rendered consistently across displays with different resolutions. The rectangles are converted to DIPs, which are independent of physical pixel density and provide uniform sizing on various devices.