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