CurvesContinuousManager.GetCurvePointByIndex

CurvesContinuousManager.GetCurvePointByIndex method

Obtiene el punto de la curva por index.

public Point GetCurvePointByIndex(int channelIndex, int pointIndex)
ParámetroEscribeDescripción
channelIndexInt32Índice del canal.
pointIndexInt32Índice del punto.

Valor_devuelto

Punto de curva por índice de canal

Ver también