Insert
IMotionPath.Insert метод
Вставить новую команду в путь
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
- namespace Aspose.Slides.Animation
- assembly Aspose.Slides