public void InsertPoint( int index, Coordinate2D coordinate2D )
Public Overloads Sub InsertPoint( _ ByVal index As Integer, _ ByVal coordinate2D As Coordinate2D _ )
Parameters
- index
- The index specifying where the point will be inserted. A negative value means that the coordinate will be added to the end of the Coordinate2Ds list. Otherwise, the value must be in the range [0, Coordinate2Ds.Count] inclusive.
- coordinate2D
- The Coordinate2D to insert into the Coordinate2Ds list.