edit_area method
edit_area
Replaces the area at given point with a rectangle of specific color and size.
Returns
Image area redaction result
def edit_area(self, top_left, options):
...
| Parameter | Type | Description |
|---|---|---|
| top_left | aspose.pydrawing.Point | Top-left corner coordinates of filled area |
| options | groupdocs.redaction.redactions.RegionReplacementOptions | Color and size settings |
See Also
- module
groupdocs.redaction.integration - class
IImageFormatInstance