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ètre | Type | Description |
---|---|---|
index | Int32 | Index pour l’insertion de la commande Int32 |
type | MotionCommandPathType | Type de commande pour le comportement de l’effet de mouvement d’animation MotionCommandPathType |
pts | PointF[] | Tableau de points PointF[] |
ptsType | MotionPathPointsType | Type de points dans le chemin de mouvement d’animation MotionPathPointsType |
bRelativeCoord | Boolean | Indique s’il faut utiliser des coordonnées relatives ou non Boolean |
Voir Aussi
- enum MotionCommandPathType
- enum MotionPathPointsType
- interface IMotionPath
- namespace Aspose.Slides.Animation
- assembly Aspose.Slides