System.Types.TRect.operator +
C++
TRect operator+(const TRect& rc) const _ALWAYS_INLINE {
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | SystemTypes.h | System.Types | TRect |
Description
Calculates the union between two rectangles.
Operator+ returns a TRect object that represents the union between two rectangles.