set_clip method

set_clip

Sets the current clip path.

def set_clip(self, path):
    ...
ParameterTypeDescription
pathaspose.pydrawing.drawing2d.GraphicsPathA clip path.

See Also