System::Drawing::Drawing2D::GraphicsPath::AddClosedCurve 方法
GraphicsPath::AddClosedCurve(const ArrayPtr<Point>&, float) method
向当前对象表示的路径添加指定的闭合曲线。
void System::Drawing::Drawing2D::GraphicsPath::AddClosedCurve(const ArrayPtr<Point> &points, float tension=0.5)
| 参数 | 类型 | 描述 |
|---|---|---|
| points | const ArrayPtr<Point>& | 指定曲线的点 |
| 张力 | float | 指定曲线在控制点之间弯曲的程度 |
另见
- Typedef ArrayPtr
- Class Point
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Font for C++
GraphicsPath::AddClosedCurve(const ArrayPtr<PointF>&, float) method
向当前对象表示的路径添加指定的闭合曲线。
void System::Drawing::Drawing2D::GraphicsPath::AddClosedCurve(const ArrayPtr<PointF> &points, float tension=0.5)
| 参数 | 类型 | 描述 |
|---|---|---|
| points | const ArrayPtr<PointF>& | 指定曲线的点 |
| 张力 | float | 指定曲线在控制点之间弯曲的程度 |
另见
- Typedef ArrayPtr
- Class PointF
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Font for C++