Curve.setVector

Warning gtk_curve_set_vector has been deprecated since version 2.20 and should not be used in newly-written code. Don't use this widget anymore. Sets the vector of points on the curve. The curve type is set to GTK_CURVE_TYPE_FREE.

class Curve
void
setVector
(
float[] vector
)

Parameters

vector float[]

the points on the curve.

Meta