TdxRectF.TopLeft Property
Specifies the top-left corner’s coordinates.
Declaration
property TopLeft: TdxPointF read; write;
Property Value
Type |
---|
TdxPointF |
Remarks
You can use this property to move the rectangle’s top-left corner (origin) horizontally and/or vertically. The Width and/or Height property values update automatically according to the new Top and/or Left field values every time the TopLeft property value changes.
Use the Location property to move all the rectangle’s corners simultaneously.
See Also