System::Drawing::Drawing2D::GraphicsPath::AddClosedCurve method
Contents
[
Hide
]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)
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 Point
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.TeX for C++
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)
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 |
See Also
- Typedef ArrayPtr
- Class PointF
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.TeX for C++