System::Drawing::Graphics::DrawClosedCurve method
Contents
[
Hide
]Graphics::DrawClosedCurve(const SharedPtr<Pen>&, const ArrayPtr<Point>&, float, Drawing2D::FillMode) method
Draws a closed spline using the specified pen.
void System::Drawing::Graphics::DrawClosedCurve(const SharedPtr<Pen> &pen, const ArrayPtr<Point> &points, float tension=0.5f, Drawing2D::FillMode fillmode=Drawing2D::FillMode::Alternate)
Parameter | Type | Description |
---|---|---|
pen | const SharedPtr<Pen>& | A pen to use when drawing the spline |
points | const ArrayPtr<Point>& | Array of points that determines the spline |
tension | float | Value that specifies the tension of the spline |
fillmode | Drawing2D::FillMode | IGNORED |
See Also
- Typedef SharedPtr
- Class Pen
- Typedef ArrayPtr
- Class Point
- Enum FillMode
- Class Graphics
- Namespace System::Drawing
- Library Aspose.TeX for C++
Graphics::DrawClosedCurve(const SharedPtr<Pen>&, const ArrayPtr<PointF>&, float, Drawing2D::FillMode) method
Draws a closed spline using the specified pen.
void System::Drawing::Graphics::DrawClosedCurve(const SharedPtr<Pen> &pen, const ArrayPtr<PointF> &points, float tension=0.5f, Drawing2D::FillMode fillmode=Drawing2D::FillMode::Alternate)
Parameter | Type | Description |
---|---|---|
pen | const SharedPtr<Pen>& | A pen to use when drawing the spline |
points | const ArrayPtr<PointF>& | Array of points that determines the spline |
tension | float | Value that specifies the tension of the spline |
fillmode | Drawing2D::FillMode | IGNORED |
See Also
- Typedef SharedPtr
- Class Pen
- Typedef ArrayPtr
- Class PointF
- Enum FillMode
- Class Graphics
- Namespace System::Drawing
- Library Aspose.TeX for C++