Show: Delphi
C++
Display Preferences
System.Types.TRectF.Normalize
From XE2 API Documentation
C++
void Normalize()
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | System.Types.hpp | System.Types | TRectF |
Description
Returns a normalized rectangle.
Use Normalize to return a normalized rectangle.
Note: A normalized TRectF object is a rectangle with Top < Bottom or Left < Right.
Note: Several methods of TRectF (Height, Width, IsEmpty, PtInRect, and so on) assume normalized TRectF objects, so use NormalizeRect if Top > Bottom or Left > Right.