System.Types.TPointF.operator -
C++
TPointF operator -(const TPointF& rhs) const {
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | SystemTypes.h | System.Types | TPointF |
Description
Subtracts certain values from a point's location coordinates.
operator - subtracts from a point's location the values from another point location.