Add

IMotionPath.Add method

Ajouter une nouvelle commande à path

public IMotionCmdPath Add(MotionCommandPathType type, PointF[] pts, MotionPathPointsType ptsType, 
    bool bRelativeCoord)
ParamètreTaperLa description
typeMotionCommandPathTypeType de commande pour le comportement de l’effet de mouvement d’animationMotionCommandPathType
ptsPointF[]Tableau de pointsPointF[]
ptsTypeMotionPathPointsTypeType de points dans la trajectoire du mouvement d’animationMotionPathPointsType
bRelativeCoordBooleanIndique s’il faut utiliser des coordonnées relatives ou nonBoolean

Return_Value

Commande d’un cheminIMotionCmdPath

Voir également