Insert

IMotionPath.Insert method

Insert new command to path

public void Insert(int index, MotionCommandPathType type, PointF[] pts, 
    MotionPathPointsType ptsType, bool bRelativeCoord)
ParameterTypeDescription
indexInt32Index for command insertion Int32
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

See Also