System.Types.TRect.Width
Delphi
property Width: Integer read GetWidth write SetWidth;
C++
int Width() const _ALWAYS_INLINE
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property function |
public | System.Types.pas SystemTypes.h |
System.Types | TRect |
Description
Returns the width of the rectangle.
Note: Before calling Width, make sure the rectangle is normalized.