Table of Contents

Property LeftRectScaled

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

LeftRectScaled

Gets the LeftRect scaled from pixels to device-independent units using the current scale factor.

public readonly RectD LeftRectScaled { get; }

Property Value

RectD

Remarks

Use this property to obtain the left rectangle's dimensions adjusted for high-DPI or variable-resolution displays. The scaling ensures consistent rendering across different display environments.