rectangles property

rectangles property

The rectangular areas to be inpainted, in image pixels.

Either ImageInpaintingPossibleWatermark.Rectangles or ImageInpaintingPossibleWatermark.Polygons must be specified, but not both.

Definition:

@property
def rectangles(self):
    ...
@rectangles.setter
def rectangles(self, value):
    ...

See Also