Insert
IMotionPath.Insert method
Вставить новую команду в путь
public void Insert(int index, MotionCommandPathType type, PointF[] pts,
MotionPathPointsType ptsType, bool bRelativeCoord)
Параметр | Тип | Описание |
---|---|---|
index | Int32 | Индекс для вставки командыInt32 |
type | MotionCommandPathType | Тип команды для анимации поведения эффекта движенияMotionCommandPathType |
pts | PointF[] | Массив точекPointF[] |
ptsType | MotionPathPointsType | Тип точек в пути движения анимацииMotionPathPointsType |
bRelativeCoord | Boolean | Указывает, использовать ли относительные координаты или нетBoolean |
Смотрите также
- enum MotionCommandPathType
- enum MotionPathPointsType
- interface IMotionPath
- пространство имен Aspose.Slides.Animation
- сборка Aspose.Slides