System.Types.TPointF.operator +=
C++
TPointF& operator +=(const TPointF& rhs) {
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | SystemTypes.h | System.Types | TPointF |
Description
Adds certain values to a point location.
operator += adds to a point location the values from another point location.