[]
Creates a sequence of lines using the specified points and adds them to the figure.
public void AddLines(params PointF[] points)
Public Sub AddLines(ParamArray points As PointF())
Type | Name | Description |
---|---|---|
PointF[] | points | An array of one or more points that describe the lines to draw. |