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