CurveTo.CurveTo

CurveTo constructor

Initializes curve operator.

public CurveTo(double x1, double y1, double x2, double y2, double x3, double y3)
ParameterTypeDescription
x1DoubleAbscissa of first point.
y1DoubleOrdinate of first point.
x2DoubleAbscissa of second point.
y2DoubleOrdinate of second point.
x3DoubleAbscissa of third point.
y3DoubleOrdinate of third point.

See Also