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
Parameter | Type | Description |
---|---|---|
index | int32_t | Index for command insertion int32_t |
type | MotionCommandPathType | Type of command for animation motion effect behavior MotionCommandPathType |
pts | System::ArrayPtr<System::Drawing::PointF> | Points array System::Drawing::PointF[] |
ptsType | MotionPathPointsType | Type of points in animation motion path MotionPathPointsType |
bRelativeCoord | bool | Indicates whether to use relative coordinates or not bool |
See Also
- Enum MotionCommandPathType
- Enum MotionPathPointsType
- Typedef ArrayPtr
- Class PointF
- Class IMotionPath
- Namespace Aspose::Slides::Animation
- Library Aspose.Slides