Property RightRectScaled
RightRectScaled
Gets the RightRect scaled from pixels to device-independent units using the current scale factor.
public readonly RectD RightRectScaled { get; }
Property Value
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.