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
Parameter | Type | Description |
---|---|---|
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 |
Return Value
Command of a path IMotionCmdPath
See Also
- Enum MotionCommandPathType
- Enum MotionPathPointsType
- Typedef SharedPtr
- Typedef ArrayPtr
- Class IMotionCmdPath
- Class PointF
- Class IMotionPath
- Namespace Aspose::Slides::Animation
- Library Aspose.Slides