|
CartoType API
|
#include <cartotype_graphics.h>
Public Member Functions | |
| int32 | Contours () const |
| void | GetContour (int32 aIndex, TContour &aContour) const |
| TResult | Append (const MPath &aPath) |
| void | Clear () |
A path made from other paths that it does not own.
| int32 CartoType::CCompoundPath::Contours | ( | ) | const [inline, virtual] |
Return the number of contours.
Implements CartoType::MPath.
| void CartoType::CCompoundPath::GetContour | ( | int32 | aIndex, |
| TContour & | aContour | ||
| ) | const [inline, virtual] |
Return the contour indexed by aIndex.
Implements CartoType::MPath.
1.7.5.1