Add a PointPairList object to the collection at the end of the list.
| C# | Visual Basic | Visual C++ |
public void Add( PointPairList pointList )
Public Sub Add ( _ pointList As PointPairList _ )
public: void Add ( PointPairList^ pointList )
- pointList (PointPairList)
- A reference to the PointPairList object to be added
The zero-based ordinal index where the last point was added in the list,
or -1 if no points were added.
