Insert
IMotionPath.Insert method
Insert new command to path
public void Insert(int index, MotionCommandPathType type, PointF[] pts,
MotionPathPointsType ptsType, bool bRelativeCoord)
Parameter | Type | Description |
---|---|---|
index | Int32 | Index for command insertion Int32 |
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 |
See Also
- enum MotionCommandPathType
- enum MotionPathPointsType
- interface IMotionPath
- namespace Aspose.Slides.Animation
- assembly Aspose.Slides