|
CartoType API
|
#include <cartotype_graphics.h>
Public Member Functions | |
| CT_IMPORT TResult | Set (const MPath &aPath, MPointTransformer &aTransformer, int32 aFractionalBits) |
| CT_IMPORT int32 | Contours () const |
| CT_IMPORT void | GetContour (int32 aIndex, TContour &aContour) const |
A path that transforms another path from its coordinate space into pixels. It can be used with all graphics context functions that require paths as a simple way to impose a new coordinate system on to a graphics context.
| CT_EXPORT int32 CTransformedPath::Contours | ( | ) | const [virtual] |
Return the number of contours.
Implements CartoType::MPath.
| CT_EXPORT void CTransformedPath::GetContour | ( | int32 | aIndex, |
| TContour & | aContour | ||
| ) | const [virtual] |
Return the contour indexed by aIndex.
Implements CartoType::MPath.
1.7.5.1