AddLines Method (GraphicsPath)
In This Topic
Appends a series of connected line segments to the end of this GraphicsPath.
Syntax
'Declaration
Public Sub AddLines( _
ByVal () As PointF _
)
public void AddLines(
PointF[]
)
Parameters
- points
- An array of PointF structures that represents the points that define the line segments to add.
See Also