Add

IMotionPath.Add method

Ajouter une nouvelle commande au chemin

public IMotionCmdPath Add(MotionCommandPathType type, PointF[] pts, MotionPathPointsType ptsType, 
    bool bRelativeCoord)
ParamètreTypeDescription
typeMotionCommandPathTypeType de commande pour le comportement de l’effet de mouvement d’animation MotionCommandPathType
ptsPointF[]Tableau de points PointF[]
ptsTypeMotionPathPointsTypeType de points dans le chemin de mouvement d’animation MotionPathPointsType
bRelativeCoordBooleanIndique s’il faut utiliser des coordonnées relatives ou non Boolean

Valeur de retour

Commande d’un chemin IMotionCmdPath

Voir aussi