Creates a curve (calling AddCurvePoint) with the shape specified in shape parameter.
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public void CreateCurveShape( IETextCurveShape shape, int phase, bool dforward )
Public Sub CreateCurveShape ( _ shape As IETextCurveShape, _ phase As Integer, _ dforward As Boolean _ )
public: void CreateCurveShape( IETextCurveShape shape, int phase, bool dforward )
Parameters
- shape
- IETextCurveShape
Specifies the curve shape
- phase
- Int32
Specifies the angle where the text starts on the curve
- dforward
- Boolean
Specifies the direction of the text on the curve.