ImageEn, unit iexColorCurve |
|
TIEColorCurve.DeleteCurvePoint
Declaration
procedure DeleteCurvePoint(idx: Integer);
Description
Deletes the point as position, idx.
Note: You cannot delete the first and last points.
// Delete the second curve point
IEColorCurve1.DeleteCurvePoint( 1 );
See Also
◼AddCurvePoint