|  | This document is archived and information here might be outdated. Recommended version. | 
Begins a move feedback of the given shape.
[Visual Basic .NET] Public Sub StartCurved ( _ ByVal fromPoint As IPoint, _ ByVal ReferenceScale As Double, _ ByVal cursorPoint As IPoint, _ ByVal Offset As Double, _ ByVal Constraint As esriMoveTextConstraints, _ ByVal flipped As Boolean _ )
[C#] public void StartCurved ( IPoint fromPoint, double ReferenceScale, IPoint cursorPoint, double Offset, esriMoveTextConstraints Constraint, bool flipped );
[C++]
HRESULT StartCurved(
  IPoint* fromPoint,
  double ReferenceScale,
  IPoint* cursorPoint,
  double Offset,
  esriMoveTextConstraints Constraint,
  VARIANT_BOOL flipped
);
[C++] Parameters fromPoint [in]
fromPoint is a parameter of type IPoint* ReferenceScale [in]
ReferenceScale is a parameter of type double cursorPoint [in]
cursorPoint is a parameter of type IPoint* Offset [in]
Offset is a parameter of type double Constraint [in]
Constraint is a parameter of type esriMoveTextConstraints flipped [in]
flipped is a parameter of type bool