Add
IMotionPath.Add method
Ajouter une nouvelle commande au chemin
public IMotionCmdPath Add(MotionCommandPathType type, PointF[] pts, MotionPathPointsType ptsType,
bool bRelativeCoord)
Paramètre | Type | Description |
---|---|---|
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 |
Valeur de retour
Commande d’un chemin IMotionCmdPath
Voir aussi
- interface IMotionCmdPath
- enum MotionCommandPathType
- enum MotionPathPointsType
- interface IMotionPath
- namespace Aspose.Slides.Animation
- assembly Aspose.Slides