Show: Delphi
C++
Display Preferences
System.Types.TPointF.IsEmpty
From XE2 API Documentation
C++
bool IsEmpty() const
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | System.Types.hpp | System.Types | TPointF |
Description
Tests whether the point is empty.
IsEmpty returns the Boolean value True if the point is empty. Otherwise, it returns False. The point is empty if its both coordinates are zero.