Skip to main content

TdxRectF.BottomRight Property

Specifies the bottom-right corner’s coordinates.

Declaration

property BottomRight: TdxPointF read; write;

Property Value

Type
TdxPointF

Remarks

You can use this property to move the rectangle’s bottom-right corner horizontally and/or vertically. The Width and/or Height property values update automatically according to the new Bottom and/or Right field values every time the BottomRight property value changes.

Use the Location property to move all the rectangle’s corners simultaneously.

See Also