add method

add(self, type, pts, pts_type, b_relative_coord)

Add new command to path

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

See Also