System::Drawing::Graphics::DrawCurve method
Contents
[
Hide
]Graphics::DrawCurve(const SharedPtr<Pen>&, const ArrayPtr<Point>&, float) method
Draws a spline using the specified pen.
void System::Drawing::Graphics::DrawCurve(const SharedPtr<Pen> &pen, const ArrayPtr<Point> &points, float tension=0.5f)
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 |
See Also
- Typedef SharedPtr
- Class Pen
- Typedef ArrayPtr
- Class Point
- Class Graphics
- Namespace System::Drawing
- Library Aspose.TeX for C++
Graphics::DrawCurve(const SharedPtr<Pen>&, const ArrayPtr<Point>&, int32_t, int32_t, float) method
Draws a spline using the specified pen.
void System::Drawing::Graphics::DrawCurve(const SharedPtr<Pen> &pen, const ArrayPtr<Point> &points, int32_t offset, int32_t numberOfSegments, float tension=0.5f)
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 |
offset | int32_t | Offset from the 1st element in the points array |
numberOfSegments | int32_t | Number of segments to include into the curve |
tension | float | Value that specifies the tension of the spline |
See Also
- Typedef SharedPtr
- Class Pen
- Typedef ArrayPtr
- Class Point
- Class Graphics
- Namespace System::Drawing
- Library Aspose.TeX for C++
Graphics::DrawCurve(const SharedPtr<Pen>&, const ArrayPtr<PointF>&, float) method
Draws a spline using the specified pen.
void System::Drawing::Graphics::DrawCurve(const SharedPtr<Pen> &pen, const ArrayPtr<PointF> &points, float tension=0.5f)
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 |
See Also
- Typedef SharedPtr
- Class Pen
- Typedef ArrayPtr
- Class PointF
- Class Graphics
- Namespace System::Drawing
- Library Aspose.TeX for C++
Graphics::DrawCurve(const SharedPtr<Pen>&, const ArrayPtr<PointF>&, int32_t, int32_t, float) method
Draws a spline using the specified pen.
void System::Drawing::Graphics::DrawCurve(const SharedPtr<Pen> &pen, const ArrayPtr<PointF> &points, int32_t offset, int32_t numberOfSegments, float tension=0.5f)
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 |
offset | int32_t | Offset from the 1st element in the points array |
numberOfSegments | int32_t | Number of segments to include into the curve |
tension | float | Value that specifies the tension of the spline |
See Also
- Typedef SharedPtr
- Class Pen
- Typedef ArrayPtr
- Class PointF
- Class Graphics
- Namespace System::Drawing
- Library Aspose.TeX for C++