Contour
Stores the contour information.
Typedefs
typedef struct tagContour Contour
Attributes
Attribute | Type |
---|---|
pointsCount |
int |
points |
DBRPoint * |
pointsCount
The total points count of the contour.
int tagContour::pointsCount
points
The points array.
DBRPoint* tagContour::points