TdxRectF Members
A TRect type equivalent with the single-precision floating-point coordinates and dimensions.Fields
| Name | Description |
|---|---|
| Bottom | Stores the vertical coordinate of the rectangle’s bottom-right corner. |
| Left | Stores the horizontal coordinate of the rectangle’s upper-left corner. |
| Right | Stores the horizontal coordinate of the rectangle’s bottom-right corner. |
| Top | Stores the vertical coordinate of the rectangle’s upper-left corner. |
Properties
| Name | Description |
|---|---|
| BottomCenter | |
| BottomLeft | Specifies the bottom-left corner’s coordinates. |
| BottomRight | Specifies the bottom-right corner’s coordinates. |
| Height | Specifies the rectangle’s height. |
| LeftCenter | |
| Location | Specifies the rectangle’s position. |
| RightCenter | |
| Size | Returns the rectangle’s dimensions. |
| TopCenter | |
| TopLeft | Specifies the top-left corner’s coordinates. |
| TopRight | Specifies the top-right corner’s coordinates. |
| Width | Specifies the rectangle’s width. |
| X | |
| Y |
Methods
Operators
| Name | Description |
|---|---|
| Equal(TdxRectF,TdxRectF)~Boolean | Compares two TdxRectF rectangles. |
| Implicit(TRect)~TdxRectF | |
| NotEqual(TdxRectF,TdxRectF)~Boolean | Compares two TdxRectF rectangles. |
See Also