Add
IMotionPath.Add method
Add new command to path
public IMotionCmdPath Add(MotionCommandPathType type, PointF[] pts, MotionPathPointsType ptsType,
bool bRelativeCoord)
Parameter | Type | Description |
---|---|---|
type | MotionCommandPathType | Type of command for animation motion effect behavior MotionCommandPathType |
pts | PointF[] | Points array PointF[] |
ptsType | MotionPathPointsType | Type of points in animation motion path MotionPathPointsType |
bRelativeCoord | Boolean | Indicates whether to use relative coordinates or not Boolean |
Return Value
Command of a path IMotionCmdPath
See Also
- interface IMotionCmdPath
- enum MotionCommandPathType
- enum MotionPathPointsType
- interface IMotionPath
- namespace Aspose.Slides.Animation
- assembly Aspose.Slides