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

另见

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

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

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

另见