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