CurveTo1.CurveTo1

CurveTo1 constructor

Initializes curve operator.

public CurveTo1(double x2, double y2, double x3, double y3)
ParameterTypeDescription
x2DoubleAbscissa of second point.
y2DoubleOrdinate of second point.
x3DoubleAbscissa of third point.
y3DoubleOrdinate of third point.

See Also