Add new command to path
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
SyntaxIMotionCmdPath Add(
MotionCommandPathType type,
PointF[] pts,
MotionPathPointsType ptsType,
bool bRelativeCoord
)
Function Add (
type As MotionCommandPathType,
pts As PointF(),
ptsType As MotionPathPointsType,
bRelativeCoord As Boolean
) As IMotionCmdPath
IMotionCmdPath^ Add(
MotionCommandPathType type,
array<PointF>^ pts,
MotionPathPointsType ptsType,
bool bRelativeCoord
)
abstract Add :
type : MotionCommandPathType *
pts : PointF[] *
ptsType : MotionPathPointsType *
bRelativeCoord : bool -> IMotionCmdPath
Parameters
- type
- Type: Aspose.Slides.AnimationMotionCommandPathType
- pts
- Type: System.DrawingPointF
- ptsType
- Type: Aspose.Slides.AnimationMotionPathPointsType
- bRelativeCoord
- Type: SystemBoolean
Return Value
Type:
IMotionCmdPath
See Also