Insert()

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

Insert new command to path

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

Arguments

ParameterTypeDescription
indexint32_t
typeMotionCommandPathType
ptsSystem::ArrayPtr<System::Drawing::PointF>
ptsTypeMotionPathPointsType
bRelativeCoordbool

See Also