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