CurvesContinuousManager.AddCurvePoint

CurvesContinuousManager.AddCurvePoint method

Voegt het punt van de curve toe.

public void AddCurvePoint(int channelIndex, byte x, byte y)
ParameterTypeBeschrijving
channelIndexInt32Index van het kanaal.
xByteDe x-locatie.
yByteDe y-locatie.

Uitzonderingen

uitzonderingvoorwaarde
PsdImageArgumentExceptionHet punt dat u probeert toe te voegen, bestaat al

Zie ook