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