Add

IMotionPath.Add method

Add new command to path

public IMotionCmdPath Add(MotionCommandPathType type, PointF[] pts, MotionPathPointsType ptsType, 
    bool bRelativeCoord)
ParameterTypeDescription
typeMotionCommandPathTypeType of command for animation motion effect behavior MotionCommandPathType
ptsPointF[]Points array PointF[]
ptsTypeMotionPathPointsTypeType of points in animation motion path MotionPathPointsType
bRelativeCoordBooleanIndicates whether to use relative coordinates or not Boolean

Return Value

Command of a path IMotionCmdPath

See Also