ImageEn, unit ievect

TImageEnVect.SetObjTextCurveShape

TImageEnVect.SetObjTextCurveShape

Declaration

procedure SetObjTextCurveShape(hobj: Integer; shape: TIECurve; phase: Integer; dforward: Boolean);

Description

Creates a curve (calling SetObjTextCurve) with the shape specified by the shape parameter.

phase: specifies the angle where the text starts on the curve (0-360)
dforward: specifies the direction of the text on the curve.

Example

ImageEnVect.SetObjTextCurveShape( hobj, iecEllipse, 90, True );

Transition Information

There is no TImageEnView Layer equivalent of SetObjTextCurveShape as TIETextLayer does not support curved text.

See Also

SetObjTextCurve