TdxRectF.Size Property
Returns the rectangle’s dimensions.
Declaration
property Size: TdxSizeF read; write;
Property Value
| Type |
|---|
| TdxSizeF |
Remarks
You can use this property to obtain the rectangle’s width and height as a single TdxSizeF value.
See Also