ImageAreaRedaction Constructor |
Initializes a new instance of ImageAreaRedaction class for redacting specific area size.
Namespace: GroupDocs.Redaction.RedactionsAssembly: GroupDocs.Redaction (in GroupDocs.Redaction.dll) Version: 21.9
Syntaxpublic ImageAreaRedaction(
Point topLeft,
RegionReplacementOptions options
)
Public Sub New (
topLeft As Point,
options As RegionReplacementOptions
)
public:
ImageAreaRedaction(
Point topLeft,
RegionReplacementOptions^ options
)
new :
topLeft : Point *
options : RegionReplacementOptions -> ImageAreaRedaction
Parameters
- topLeft
- Type: System.DrawingPoint
Top-left area coordinates - options
- Type: GroupDocs.Redaction.RedactionsRegionReplacementOptions
Area size and color
See Also