[ Version ( since = "3.2" ) ]
public void delete_point (int point)
Deletes a specific point from 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).
| this |
the Curve. |
| point |
a point identifier. |