Inserts a new point to the specified curved text (IEObjectText object). Coordinates must be floating point values from 0 to 1.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void AddCurvePoint(
	double x,
	double y
)
Public Sub AddCurvePoint ( _
	x As Double, _
	y As Double _
)
public:
void AddCurvePoint(
	double x, 
	double y
)

Parameters

x
Double
x coordinate (0..1)
y
Double
y coordinate (0..1)

See Also