System::Drawing::Drawing2D::GraphicsPath::AddPolygon メソッド
GraphicsPath::AddPolygon(const ArrayPtr<Point>&) method
指定された多角形を、現在のオブジェクトが表すパスに追加します。
void System::Drawing::Drawing2D::GraphicsPath::AddPolygon(const ArrayPtr<Point> &points)
| パラメーター | 型 | 説明 |
|---|---|---|
| points | const ArrayPtr<Point>& | 追加するポリゴンを指定するポイントを含む配列 |
参照
- Typedef ArrayPtr
- Class Point
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++
GraphicsPath::AddPolygon(const ArrayPtr<PointF>&) method
指定された多角形を、現在のオブジェクトが表すパスに追加します。
void System::Drawing::Drawing2D::GraphicsPath::AddPolygon(const ArrayPtr<PointF> &points)
| パラメーター | 型 | 説明 |
|---|---|---|
| points | const ArrayPtr<PointF>& | 追加するポリゴンを指定するポイントを含む配列 |
参照
- Typedef ArrayPtr
- Class PointF
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++