edit_area method

On this page

edit_area

Replaces the area at the given point with a rectangle of a specific color and size.

def edit_area(self, top_left, options):
    ...
Parameter Type Description
top_left System.Drawing.Point Top-left corner coordinates of filled area
options RegionReplacementOptions Color and size settings

Returns: Image area redaction result

See Also

On this page