Add new command to path
Namespace:
Spire.Presentation.Drawing.Animation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public int Add(
MotionCommandPathType type,
PointF[] pts,
MotionPathPointsType ptsType,
bool bRelativeCoord
)
Public Function Add (
type As MotionCommandPathType,
pts As PointF(),
ptsType As MotionPathPointsType,
bRelativeCoord As Boolean
) As Integer
public:
int Add(
MotionCommandPathType type,
array<PointF>^ pts,
MotionPathPointsType ptsType,
bool bRelativeCoord
)
member Add :
type : MotionCommandPathType *
pts : PointF[] *
ptsType : MotionPathPointsType *
bRelativeCoord : bool -> int
Parameters
-
type
-
Type:
Spire.Presentation.Drawing.Animation
MotionCommandPathType
Motion Command Path Type
-
pts
-
Type:
System.Drawing
PointF
Motion Path Points
-
ptsType
-
Type:
Spire.Presentation.Drawing.Animation
MotionPathPointsType
Motion Path PointsType
-
bRelativeCoord
-
Type:
System
Boolean
Relative Coord
Return Value
Type:
Int32
See Also