Add()

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

Add new command to path

virtual System::SharedPtr<IMotionCmdPath> Aspose::Slides::Animation::IMotionPath::Add(MotionCommandPathType type, System::ArrayPtr<System::Drawing::PointF> pts, MotionPathPointsType ptsType, bool bRelativeCoord)=0

Arguments

ParameterTypeDescription
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

Return Value

Command of a path IMotionCmdPath

See Also