System::Drawing::Drawing2D::GraphicsPath::AddPolygon 메서드
GraphicsPath::AddPolygon(const ArrayPtr<Point>&) method
현재 객체가 나타내는 경로에 지정된 다각형을 추가합니다.
void System::Drawing::Drawing2D::GraphicsPath::AddPolygon(const ArrayPtr<Point> &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)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 점 | const ArrayPtr<PointF>& | 추가할 다각형을 지정하는 점들을 포함하는 배열 |
또 보기
- Typedef ArrayPtr
- Class PointF
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++