Property LeftRect
LeftRect
Gets the rectangle that starts at the top-left corner of the container and spans its full height. Width is determined by the horizontal position of the patch, creating a vertical strip along the left edge of the container.
public readonly RectI LeftRect { get; }
Property Value
Remarks
Use this property to obtain a rectangular area aligned with the left edge of the container, which is useful for layout calculations or positioning elements along the left side.