System.Types.TRect.Size
Delphi
property Size: TSize read GetSize write SetSize;
C++
__property TSize Size = { read=GetSize, write=SetSize };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | System.Types.pas SystemTypes.h |
System.Types | TRect |
Description
Returns the size of the rectangle.
Size returns the rectangle's width and height.