Overload | Description |
---|---|
Add(NPoint) | Adds a point with the specified coordinates |
Add(Double,Double) | Adds a point with the specified coordinates |
Add(NPoint,NPoint) | Adds two points. |
Add(NPoint,NPoint,NPoint) | Adds three points. |
Add(NPoint[]) | Adds the specified points |
Add(NPoint[],Int32,Int32) | Adds the specified number of points from the specified array. |
Add(Double[],Double[]) | Adds the specified points |
Add(Double[],Double[],Int32,Int32) | Adds the specified number of points from the specified arrays. |