Class pfcText

# include <pfcGeometry.h>

class
pfcText
: public virtual
pfcCurve
{
xaideclare(pfcText)
...
};


Description
This class defines the text information.
Manual References:
Direct Known Subclasses:
Method Summary
The point at which to start the text string
The text style
The text to display
Methods Inherited from Class pfcGeomCurve::
Methods Inherited from Class pfcChild::
Methods Inherited from Class pfcActionSource::
Methods Inherited from Class pfcRelationOwner::
Methods Inherited from Class pfcParent::
Methods Inherited from Class pfcParameterOwner::
Methods Inherited from Class pfcModelItem::
Method Detail
GetTextString
()
The text to display
GetPoint
()
The point at which to start the text string
GetStyle
()
The text style
Was this helpful?