GraphicsPath.AddLines
AddLines(PointF[])
일련의 연결된 선 세그먼트를 이 끝에 추가합니다.GraphicsPath .
public void AddLines(PointF[] points)
모수 | 유형 | 설명 |
---|---|---|
points | PointF[] | 배열PointF추가할 선분을 정의하는 점을 나타내는 구조. |
또한보십시오
- struct PointF
- class GraphicsPath
- 네임스페이스 System.Drawing.Drawing2D
- 집회 Aspose.Drawing
AddLines(Point[])
일련의 연결된 선 세그먼트를 이 끝에 추가합니다.GraphicsPath .
public void AddLines(Point[] points)
모수 | 유형 | 설명 |
---|---|---|
points | Point[] | 배열Point 추가할 선분을 정의하는 points 를 나타내는 구조. |
또한보십시오
- struct Point
- class GraphicsPath
- 네임스페이스 System.Drawing.Drawing2D
- 집회 Aspose.Drawing