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