Table of Contents

Property RightRectScaled

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

RightRectScaled

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

public readonly RectD RightRectScaled { get; }

Property Value

RectD

Remarks

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