CurvesContinuousManager.UpdateCurvePoint
CurvesContinuousManager.UpdateCurvePoint method
曲線のポイントを更新します。
public void UpdateCurvePoint(int channelIndex, int pointIndex, byte x, byte y)
パラメータ | タイプ | 説明 |
---|---|---|
channelIndex | Int32 | チャネルのインデックス。 |
pointIndex | Int32 | ポイントのインデックス。 |
x | Byte | x の場所。 |
y | Byte | y の位置。 |