set_clip method

set_clip

Specifies the clip of the device.

def set_clip(self, clip_path):
    ...
ParameterTypeDescription
clip_pathaspose.pydrawing.drawing2d.GraphicsPathA clipping path.

See Also