get_point


Description:

[ Version ( since = "3.2" ) ]
public void get_point (int point, out double x, out double y)

Gets the point coordinates for a [enum@Gimp.

CurveType.SMOOTH] this.

The point identifier must be between 0 and the value returned by [method@Gimp.Curve.get_n_points].

You may also use a point identifier as returned by [method@Gimp.Curve.add_point], which will correspond to the same point, unless you modified the this since (e.g. by calling `gimp_curve_add_point` again, or by deleting or modifying a point).

Parameters:

this

the Curve.

point

a point identifier.

x

the point abscissa on a `[0.0, 1.0]` range.

y

the point ordinate on a `[0.0, 1.0]` range.