Insert

IMotionPath.Insert méthode

Insérer une nouvelle commande dans le chemin

public void Insert(int index, MotionCommandPathType type, PointF[] pts, 
    MotionPathPointsType ptsType, bool bRelativeCoord)
ParamètreTypeDescription
indexInt32Index pour l’insertion de la commande Int32
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

Voir Aussi