Add

IMotionPath.Add method

Agregar nuevo comando a ruta

public IMotionCmdPath Add(MotionCommandPathType type, PointF[] pts, MotionPathPointsType ptsType, 
    bool bRelativeCoord)
ParámetroEscribeDescripción
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

Valor_devuelto

Comando de un caminoIMotionCmdPath

Ver también