DrawCurve
内容
[
隐藏
]
DrawCurve(Pen, PointF[])
public void DrawCurve(Pen pen, PointF[] points)
也可以看看
- class Pen
- struct PointF
- class Graphics
- 命名空间 Aspose.Drawing
- 部件 Aspose.Drawing
DrawCurve(Pen, Point[])
public void DrawCurve(Pen pen, Point[] points)
也可以看看
- class Pen
- struct Point
- class Graphics
- 命名空间 Aspose.Drawing
- 部件 Aspose.Drawing
DrawCurve(Pen, Point[], float)
public void DrawCurve(Pen pen, Point[] points, float tension)
也可以看看
- class Pen
- struct Point
- class Graphics
- 命名空间 Aspose.Drawing
- 部件 Aspose.Drawing
DrawCurve(Pen, PointF[], int, int)
public void DrawCurve(Pen pen, PointF[] points, int offset, int numberOfSegments)
也可以看看
- class Pen
- struct PointF
- class Graphics
- 命名空间 Aspose.Drawing
- 部件 Aspose.Drawing
DrawCurve(Pen, PointF[], int, int, float)
public void DrawCurve(Pen pen, PointF[] points, int offset, int numberOfSegments, float tension)
也可以看看
- class Pen
- struct PointF
- class Graphics
- 命名空间 Aspose.Drawing
- 部件 Aspose.Drawing
DrawCurve(Pen, Point[], int, int, float)
public void DrawCurve(Pen pen, Point[] points, int offset, int numberOfSegments, float tension)
也可以看看
- class Pen
- struct Point
- class Graphics
- 命名空间 Aspose.Drawing
- 部件 Aspose.Drawing
DrawCurve(Pen, PointF[], float)
public void DrawCurve(Pen pen, PointF[] points, float tension)
也可以看看
- class Pen
- struct PointF
- class Graphics
- 命名空间 Aspose.Drawing
- 部件 Aspose.Drawing