DrawClosedCurve
DrawClosedCurve(Pen, PointF[], float, FillMode)
public void DrawClosedCurve(Pen pen, PointF[] points, float tension, FillMode fillmode)
也可以看看
- class Pen
- struct PointF
- enum FillMode
- class Graphics
- 命名空间 Aspose.Drawing
- 部件 Aspose.Drawing
DrawClosedCurve(Pen, PointF[])
public void DrawClosedCurve(Pen pen, PointF[] points)
也可以看看
- class Pen
- struct PointF
- class Graphics
- 命名空间 Aspose.Drawing
- 部件 Aspose.Drawing
DrawClosedCurve(Pen, Point[], float, FillMode)
public void DrawClosedCurve(Pen pen, Point[] points, float tension, FillMode fillmode)
也可以看看
- class Pen
- struct Point
- enum FillMode
- class Graphics
- 命名空间 Aspose.Drawing
- 部件 Aspose.Drawing
DrawClosedCurve(Pen, Point[])
public void DrawClosedCurve(Pen pen, Point[] points)
也可以看看
- class Pen
- struct Point
- class Graphics
- 命名空间 Aspose.Drawing
- 部件 Aspose.Drawing