Insert new command to path
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxvoid Insert(
int index,
MotionCommandPathType type,
PointF[] pts,
MotionPathPointsType ptsType,
bool bRelativeCoord
)
Sub Insert (
index As Integer,
type As MotionCommandPathType,
pts As PointF(),
ptsType As MotionPathPointsType,
bRelativeCoord As Boolean
)
void Insert(
int index,
MotionCommandPathType type,
array<PointF>^ pts,
MotionPathPointsType ptsType,
bool bRelativeCoord
)
abstract Insert :
index : int *
type : MotionCommandPathType *
pts : PointF[] *
ptsType : MotionPathPointsType *
bRelativeCoord : bool -> unit
Parameters
- index
- Type: SystemInt32
- type
- Type: Aspose.Slides.AnimationMotionCommandPathType
- pts
- Type: System.DrawingPointF
- ptsType
- Type: Aspose.Slides.AnimationMotionPathPointsType
- bRelativeCoord
- Type: SystemBoolean
See Also