Table of Contents

Property RightRect

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

RightRect

Gets the rectangle that represents the right area of the container, adjusted to match the container's current height. Width is determined by the horizontal position of the patch, creating a vertical strip along the right edge of the container.

public readonly RectI RightRect { get; }

Property Value

RectI

Remarks

Use this property to obtain a rectangular region suitable for layout or rendering operations that require alignment with the top-right section of the container. The returned rectangle's height is always synchronized with the container's height, ensuring accurate positioning and sizing.