CurvesContinuousManager.AddCurvePoint

CurvesContinuousManager.AddCurvePoint method

曲線の点を追加します。

public void AddCurvePoint(int channelIndex, byte x, byte y)
パラメータタイプ説明
channelIndexInt32チャネルのインデックス。
xBytex の場所。
yBytey の位置。

例外

例外調子
PsdImageArgumentException追加しようとしているポイントは既に存在します

関連項目