add method

add

Add new command to path

Returns

Command of a path IMotionCmdPath

def add(self, type, pts, pts_type, b_relative_coord):
    ...
ParameterTypeDescription
typeMotionCommandPathTypeType of command for animation motion effect behavior MotionCommandPathType
ptsList[aspose.pydrawing.PointF]Points array aspose.pydrawing.PointF[]
pts_typeMotionPathPointsTypeType of points in animation motion path MotionPathPointsType
b_relative_coordboolIndicates whether to use relative coordinates or not bool

See Also