TdxRectF.Right Field
In This Article
Stores the horizontal coordinate of the rectangle’s bottom-right corner.
#Declaration
Delphi
Right: Single
#Field Value
Type |
---|
Single |
#Remarks
The rectangle’s width is calculated as the difference between the Right and Left field values. The Right field updates automatically every time the rectangle moves or the Width property value changes.
See Also