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)
参数类型描述
pointsconst ArrayPtr<Point>&指定曲线的点
张力float指定曲线在控制点之间弯曲的程度

另见

GraphicsPath::AddClosedCurve(const ArrayPtr<PointF>&, float) method

向当前对象表示的路径添加指定的闭合曲线。

void System::Drawing::Drawing2D::GraphicsPath::AddClosedCurve(const ArrayPtr<PointF> &points, float tension=0.5)
参数类型描述
pointsconst ArrayPtr<PointF>&指定曲线的点
张力float指定曲线在控制点之间弯曲的程度

另见