insert_path method

insert_path

Inserts a new path to this canvas’s child list at index position.

Returns

Inserted path.

def insert_path(self, index, data):
    ...
ParameterTypeDescription
indexintPosition at which a new path should be inserted.
dataXpsPathGeometryThe geometry of the path.

See Also