Insert()

IMotionPath::Insert(int32_t, MotionCommandPathType, System::ArrayPtr<System::Drawing::PointF>, MotionPathPointsType, bool) method

Insert new command to path

virtual void Aspose::Slides::Animation::IMotionPath::Insert(int32_t index, MotionCommandPathType type, System::ArrayPtr<System::Drawing::PointF> pts, MotionPathPointsType ptsType, bool bRelativeCoord)=0

Arguments

ParameterTypeDescription
indexint32_tIndex for command insertion int32_t
typeMotionCommandPathTypeType of command for animation motion effect behavior MotionCommandPathType
ptsSystem::ArrayPtr<System::Drawing::PointF>Points array System::Drawing::PointF[]
ptsTypeMotionPathPointsTypeType of points in animation motion path MotionPathPointsType
bRelativeCoordboolIndicates whether to use relative coordinates or not bool

See Also