add method

add

Add new command to path

def add(self, type, pts, pts_type, b_relative_coord):
    ...
ParameterTypeDescription
typeMotionCommandPathType
ptsList[aspose.pydrawing.PointF]
pts_typeMotionPathPointsType
b_relative_coordbool

See Also