insert method

insert

Insert new command to path

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

See Also