EditArea

IImageFormatInstance.EditArea method

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

public RedactionResult EditArea(Point topLeft, RegionReplacementOptions options)
Parameter Type Description
topLeft Point Top-left corner coordinates of filled area
options RegionReplacementOptions Color and size settings

Return Value

Image area redaction result

See Also