CurveTo2.CurveTo2

CurveTo2 constructor

Initializes curve operator.

public CurveTo2(double x1, double y1, double x3, double y3)
ParameterTypeDescription
x1DoubleAbscissa of second point.
y1DoubleOrdinate of second point.
x3DoubleAbscissa of third point.
y3DoubleOrdinate of third point.

See Also