Click or drag to resize

MotionPath Add Method

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
)

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