add_path method

add_path

Adds a new path to this canvas’s child list.

Returns

Added path.

def add_path(self, data):
    ...
ParameterTypeDescription
dataXpsPathGeometryThe geometry of the path.

See Also