set_clip method

set_clip

Adds the specified path to the current clip path.

def set_clip(self, clip_path):
    ...
ParameterTypeDescription
clip_pathaspose.pydrawing.drawing2d.GraphicsPathThe clip path to be added.

See Also