Insert

IMotionPath.Insert method

Insertar nuevo comando en ruta

public void Insert(int index, MotionCommandPathType type, PointF[] pts, 
    MotionPathPointsType ptsType, bool bRelativeCoord)
ParámetroEscribeDescripción
indexInt32Índice para la inserción de comandosInt32
typeMotionCommandPathTypeTipo de comando para el comportamiento del efecto de movimiento de animaciónMotionCommandPathType
ptsPointF[]Matriz de puntosPointF[]
ptsTypeMotionPathPointsTypeTipo de puntos en la ruta de movimiento de la animaciónMotionPathPointsType
bRelativeCoordBooleanIndica si usar coordenadas relativas o noBoolean

Ver también