System::Drawing::Drawing2D::GraphicsPath::AddLines method
Contents
[
Hide
]GraphicsPath::AddLines(const ArrayPtr<Point>&) method
Adds the specified series of connected line segments to the path represented by the current object.
void System::Drawing::Drawing2D::GraphicsPath::AddLines(const ArrayPtr<Point> &points)
Parameter | Type | Description |
---|---|---|
points | const ArrayPtr<Point>& | An array containing points that specify the line segments to add |
See Also
- Typedef ArrayPtr
- Class Point
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.TeX for C++
GraphicsPath::AddLines(const ArrayPtr<PointF>&) method
Adds the specified series of connected line segments to the path represented by the current object.
void System::Drawing::Drawing2D::GraphicsPath::AddLines(const ArrayPtr<PointF> &points)
Parameter | Type | Description |
---|---|---|
points | const ArrayPtr<PointF>& | An array containing points that specify the line segments to add |
See Also
- Typedef ArrayPtr
- Class PointF
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.TeX for C++