System.Types.TRect.UnionRect
C++
inline bool TRect::UnionRect(const TRect &R1, const TRect &R2)
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | public | SystemTypes.h | System.Types | TRect |
説明
2 つの四角形を統合します。
UnionRect は、R1 四角形の大きさを、R2 四角形と統合することにより、変更します。
C++
inline bool TRect::UnionRect(const TRect &R1, const TRect &R2)
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | public | SystemTypes.h | System.Types | TRect |
2 つの四角形を統合します。
UnionRect は、R1 四角形の大きさを、R2 四角形と統合することにより、変更します。