CurvesContinuousManager.AddCurvePoint
CurvesContinuousManager.AddCurvePoint method
添加曲线点。
public void AddCurvePoint(int channelIndex, byte x, byte y)
范围 | 类型 | 描述 |
---|---|---|
channelIndex | Int32 | 通道索引。 |
x | Byte | x 位置。 |
y | Byte | Y 位置。 |
例外
例外 | (健康)状况 |
---|---|
PsdImageArgumentException | 您尝试添加的点已经存在 |