System::Drawing::Graphics::DrawLines 메서드
내용물
[
숨다
]Graphics::DrawLines(const SharedPtr<Pen>&, const System::ArrayPtr<System::Drawing::Point>&) method
지정된 펜을 사용하여 일련의 선분을 그립니다.
void System::Drawing::Graphics::DrawLines(const SharedPtr<Pen> &pen, const System::ArrayPtr<System::Drawing::Point> &points)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 펜 | const SharedPtr\<Pen\>\& | 선을 그릴 때 사용할 펜 |
| points | const System::ArrayPtr<System::Drawing::Point>& | Array 연결할 점들의 배열 |
또 보기
- Typedef SharedPtr
- Class Pen
- Typedef ArrayPtr
- Class Point
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawLines(const SharedPtr<Pen>&, const System::ArrayPtr<System::Drawing::PointF>&) method
지정된 펜을 사용하여 일련의 선분을 그립니다.
void System::Drawing::Graphics::DrawLines(const SharedPtr<Pen> &pen, const System::ArrayPtr<System::Drawing::PointF> &points)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 펜 | const SharedPtr\<Pen\>\& | 선을 그릴 때 사용할 펜 |
| points | const System::ArrayPtr<System::Drawing::PointF>& | Array 연결할 점들의 배열 |
또 보기
- Typedef SharedPtr
- Class Pen
- Typedef ArrayPtr
- Class PointF
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++