ImageEn, unit iexColorCurve

TIEColorCurve.DeleteCurvePoint

TIEColorCurve.DeleteCurvePoint


Declaration

procedure DeleteCurvePoint(idx: Integer);


Description

Deletes the point as position, idx.

Note: You cannot delete the first and last points.


Example

// Delete the second curve point
IEColorCurve1.DeleteCurvePoint( 1 );


See Also

 AddCurvePoint