CartoType API
Public Member Functions
CartoType::CTransformedPath Class Reference

#include <cartotype_graphics.h>

Inheritance diagram for CartoType::CTransformedPath:
CartoType::MPath

List of all members.

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

Detailed Description

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.


Member Function Documentation

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.


The documentation for this class was generated from the following files: