ImageAreaRedaction constructor

init

Initializes a new instance of ImageAreaRedaction class for redacting specific area size.

def __init__(self, top_left, options):
    ...
Parameter Type Description
top_left aspose.pydrawing.Point Top-left area coordinates
options RegionReplacementOptions Area size and color

See Also