clip method

clip

Modifies the current clipping path by intersecting it with the current path, using the FillRule to determine the region to fill. This method terminates current path.

def clip(self, rule):
    ...
ParameterTypeDescription
ruleaspose.svg.drawing.FillRuleFilling rule specifies how the interior of a closed path is clipped

See Also