System.Types.TRect.operator +
C++
TRect operator+(const TRect& rc) const _ALWAYS_INLINE {
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | public | SystemTypes.h | System.Types | TRect |
説明
2 つの四角形の共用体を算出します。
Operator+ は、2 つの四角形間の共用体を表す、TRect オブジェクトを返します。
C++
TRect operator+(const TRect& rc) const _ALWAYS_INLINE {
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | public | SystemTypes.h | System.Types | TRect |
2 つの四角形の共用体を算出します。
Operator+ は、2 つの四角形間の共用体を表す、TRect オブジェクトを返します。