Back to class index
| Polygon::NumVerticesSyntaxint Polygon::NumVertices() const; [4 lines of code]Returns the number of vertices in this polygon. Since the polygon is always closed and connected, the number of edges is equal to the number of vertices. See Also |