|
CartoType .NET API 9.6-4-g79291b60b
for development in C#, Visual Basic and other .NET languages
|
A path defining a set of open and closed curves. More...
#include <CartoTypeGeometry.h>
Public Member Functions | |
| int | ContourCount () |
| Returns the number of contours (sub-paths). More... | |
| int | PointCount (int aContourIndex) |
| Returns the number of points in a contour. More... | |
| PathPoint ^ | Point (int aContourIndex, int aPointIndex) |
| Returns a point given its contour and point indexes. More... | |
A path defining a set of open and closed curves.
| int CartoType::Path::ContourCount | ( | ) |
Returns the number of contours (sub-paths).
Implemented in CartoType::Geometry, CartoType::MapObject, CartoType::RouteSegment, and CartoType::Route.
| PathPoint ^ CartoType::Path::Point | ( | int | aContourIndex, |
| int | aPointIndex | ||
| ) |
Returns a point given its contour and point indexes.
Implemented in CartoType::Geometry, CartoType::MapObject, CartoType::RouteSegment, and CartoType::Route.
| int CartoType::Path::PointCount | ( | int | aContourIndex | ) |
Returns the number of points in a contour.
Implemented in CartoType::Geometry, CartoType::MapObject, CartoType::RouteSegment, and CartoType::Route.