|
CartoType API
|
#include <cartotype_graphics.h>
Public Member Functions | |
| TOutline (const TContour *aContour, int32 aContours) | |
| int32 | Contours () const |
| void | GetContour (int32 aIndex, TContour &aContour) const |
An outline that doesn't own its data. Outlines are sequences of contours.
| int32 CartoType::TOutline::Contours | ( | ) | const [inline, virtual] |
Return the number of contours.
Implements CartoType::MPath.
| void CartoType::TOutline::GetContour | ( | int32 | aIndex, |
| TContour & | aContour | ||
| ) | const [inline, virtual] |
Return the contour indexed by aIndex.
Implements CartoType::MPath.
1.7.5.1