System::Drawing::Point::Add method
Point::Add method
指定された Size オブジェクトの幅と高さの値を、指定された Point オブジェクトの X および Y 座標値にそれぞれ加算します。
static Point System::Drawing::Point::Add(const Point &point, const Size &size)
| パラメーター | 型 | 説明 |
|---|---|---|
| ポイント | const Point& | 変換する点 |
| size | const Size& | point の座標値に加える値を指定する Size オブジェクト |
ReturnValue
新しい Point オブジェクトで、X 座標値は point の X 座標値と size の幅の合計に等しく、Y 座標値は point の Y 座標値と size の高さの合計に等しいです。
参照
- Class Point
- Class Size
- Class Point
- Namespace System::Drawing
- Library Aspose.Page for C++