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