Add

IMotionPath.Add method

Agregar nuevo comando a la trayectoria

public IMotionCmdPath Add(MotionCommandPathType type, PointF[] pts, MotionPathPointsType ptsType, 
    bool bRelativeCoord)
ParámetroTipoDescripción
typeMotionCommandPathTypeTipo de comando para el comportamiento del efecto de animación MotionCommandPathType
ptsPointF[]Array de puntos PointF[]
ptsTypeMotionPathPointsTypeTipo de puntos en la trayectoria de animación MotionPathPointsType
bRelativeCoordBooleanIndica si se deben usar coordenadas relativas o no Boolean

Valor de retorno

Comando de una trayectoria IMotionCmdPath

Ver también