insert method

insert

Insert new command to path

def insert(self, index, type, pts, pts_type, b_relative_coord):
    ...
ParameterTypeDescription
indexintIndex for command insertion int
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