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
| Parameter | Type | Description |
|---|---|---|
| index | int32_t | |
| type | MotionCommandPathType | |
| pts | System::ArrayPtr<System::Drawing::PointF> | |
| ptsType | MotionPathPointsType | |
| bRelativeCoord | bool |
See Also
- Enum MotionCommandPathType
- Enum MotionPathPointsType
- Typedef ArrayPtr
- Class PointF
- Class MotionPath
- Namespace Aspose::Slides::Animation
- Library Aspose.Slides