Adds a new path to the Polyline.

Overload List

  NameDescription
AddPath()()()
Adds a new empty path to the Polyline.
AddPath(IEnumerable<(Of <(Point>)>))
Adds a new path to the Polyline by copying the specified set of points.

See Also