AddClosedCurve()
Contents
[
Hide
]GraphicsPath::AddClosedCurve(const ArrayPtr<PointF>&, float) method
Adds the specified closed curve to the path represented by the current object.
void System::Drawing::Drawing2D::GraphicsPath::AddClosedCurve(const ArrayPtr<PointF> &points, float tension=0.5)
Arguments
| Parameter | Type | Description | 
|---|---|---|
| points | const ArrayPtr<PointF>& | Points that specify the curve | 
| tension | float | Specifies the amount that the curve bends between the control points | 
GraphicsPath::AddClosedCurve(const ArrayPtr<Point>&, float) method
Adds the specified closed curve to the path represented by the current object.
void System::Drawing::Drawing2D::GraphicsPath::AddClosedCurve(const ArrayPtr<Point> &points, float tension=0.5)
Arguments
| Parameter | Type | Description | 
|---|---|---|
| points | const ArrayPtr<Point>& | Points that specify the curve | 
| tension | float | Specifies the amount that the curve bends between the control points | 
See Also
- Typedef ArrayPtr
 - Class PointF
 - Class GraphicsPath
 - Class Point
 - Namespace System::Drawing::Drawing2D
 - Library Aspose.Slides