CurvesContinuousManager.AddCurvePoint

CurvesContinuousManager.AddCurvePoint method

Adds the point of curve.

public void AddCurvePoint(int channelIndex, byte x, byte y)
ParameterTypeDescription
channelIndexInt32Index of the channel.
xByteThe x location.
yByteThe y location.

Exceptions

exceptioncondition
PsdImageArgumentExceptionThe point you trying to add already exists

See Also