GraphicsPath::AddLines Method

 

Appends a series of connected line segments to the end of this GraphicsPath.

Namespace:   System.Drawing.Drawing2D
Assembly:  System.Drawing (in System.Drawing.dll)

NameDescription
System_CAPS_pubmethodAddLines(array<Point>^)

Appends a series of connected line segments to the end of this GraphicsPath.

System_CAPS_pubmethodAddLines(array<PointF>^)

Appends a series of connected line segments to the end of this GraphicsPath.

Return to top
Show: