Add()

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

Add new command to path

System::SharedPtr<IMotionCmdPath> Aspose::Slides::Animation::MotionPath::Add(MotionCommandPathType type, System::ArrayPtr<System::Drawing::PointF> pts, MotionPathPointsType ptsType, bool bRelativeCoord) override

Arguments

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

See Also