public void InsertPoints( int index, IEnumerable<Segment> segments )
Public Overloads Sub InsertPoints( _ ByVal index As Integer, _ ByVal segments As IEnumerable(Of Segment) _ )
Parameters
- index
- The index specifying where the points will be inserted. A negative value means that the points XY-values will be added to the end of the corresponding list. Otherwise, the value must be in the range [0, Coordinate2Ds.Count] inclusive.
- segments
- The Segment enumeration of which the vertices will be inserted.