System::Drawing::Graphics::DrawBeziers method
Contents
[
Hide
]Graphics::DrawBeziers(const SharedPtr<Pen>&, const ArrayPtr<Point>&) method
Draws a series of Bezier splines using the specified pen.
void System::Drawing::Graphics::DrawBeziers(const SharedPtr<Pen> &pen, const ArrayPtr<Point> &points)
Parameter | Type | Description |
---|---|---|
pen | const SharedPtr<Pen>& | A pen to use when drawing the splines |
points | const ArrayPtr<Point>& | Array of points that determines the curve |
See Also
- Typedef SharedPtr
- Class Pen
- Typedef ArrayPtr
- Class Point
- Class Graphics
- Namespace System::Drawing
- Library Aspose.TeX for C++
Graphics::DrawBeziers(const SharedPtr<Pen>&, const ArrayPtr<PointF>&) method
Draws a series of Bezier splines using the specified pen.
void System::Drawing::Graphics::DrawBeziers(const SharedPtr<Pen> &pen, const ArrayPtr<PointF> &points)
Parameter | Type | Description |
---|---|---|
pen | const SharedPtr<Pen>& | A pen to use when drawing the splines |
points | const ArrayPtr<PointF>& | Array of points that determines the curve |
See Also
- Typedef SharedPtr
- Class Pen
- Typedef ArrayPtr
- Class PointF
- Class Graphics
- Namespace System::Drawing
- Library Aspose.TeX for C++