CurvesContinuousManager.UpdateCurvePoint

CurvesContinuousManager.UpdateCurvePoint method

Updates the point of curve.

public void UpdateCurvePoint(int channelIndex, int pointIndex, byte x, byte y)
ParameterTypeDescription
channelIndexInt32Index of the channel.
pointIndexInt32Index of the point.
xByteThe x location.
yByteThe y location.

See Also