IMotionPathInsert Method

Insert new command to path

Namespace:  Aspose.Slides.Animation
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
void Insert(
	int index,
	MotionCommandPathType type,
	PointF[] pts,
	MotionPathPointsType ptsType,
	bool bRelativeCoord
)

Parameters

index
Type: SystemInt32
type
Type: Aspose.Slides.AnimationMotionCommandPathType
pts
Type: System.DrawingPointF
ptsType
Type: Aspose.Slides.AnimationMotionPathPointsType
bRelativeCoord
Type: SystemBoolean
See Also