TdxRectWrapper Properties
Maintains objects of structured type, such as TRect, at both design and run-time.| Name | Description |
|---|---|
| Bottom | Specifies bottom coordinates of a rectangle. |
| BottomRight | Determines coordinates of the bottom-right corner of a rectangle. |
| Height | Determines the height of a rectangle specified by a given TdxRectWrapper object. |
| Left | Determines the left coordinates of a rectangle. |
| Rect | A rectangle maintained by the TdxRectWrapper object. |
| Right | Determines the right coordinates of a rectangle. |
| Side | An array of rectangle coordinates. |
| Top | Specifies the top coordinates of a rectangle. |
| TopLeft | Specifies coordinates of the top-left corner of the TdxRectWrapper object. |
| Width | Determines the width of a rectangle specified by a given TdxRectWrapper object. |
See Also