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