set_clip method

set_clip

Clips shape.

def set_clip(self, path):
    ...
ParameterTypeDescription
pathaspose.pydrawing.drawing2d.GraphicsPathPath that is used for clipping.

See Also