CGfxPathIterator Class Reference

class CGfxPathIterator : public CBase

This class defines the methods to cycle through points in a path.

Gfx2D.lib
Since
1.0

Inherits from

Member Functions Documentation

CurrentSegment(TFloatFixPt *)

TGfxSegType CurrentSegment(TFloatFixPt *aCoords)[pure virtual]

Get the point defining the current segment.

Since
1.0

Parameters

TFloatFixPt * aCoords: storage for points.

IsDone()

TBool IsDone()[pure virtual]

Determine if end of iterator has been reached.

Since
1.0

NextL()

voidNextL()[pure virtual]

Cycle to the next segment of the path.

Since
1.0

PolygonizeL(CGfxEdgeListP *, TInt)

voidPolygonizeL(CGfxEdgeListP *,
TInt
)[inline, virtual]

Convert to a polygon.

Since
1.0

Parameters

CGfxEdgeListP *
TInt

Member Data Documentation

TGfxAffineTransform * iTransform

TGfxAffineTransform *iTransform[protected]