Class InvertFilter
A filter to invert image colors.
Inheritance
System.Object
InvertFilter
Implements
Namespace: IronBarCode
Assembly: IronBarCode.dll
Syntax
public class InvertFilter : Object, IImageFilter
Constructors
InvertFilter()
Initializes a new instance of the InvertFilter class.
Declaration
public InvertFilter()
InvertFilter(Rectangle)
Initializes a new instance of the InvertFilter class with a specified Rectangle region.
Declaration
public InvertFilter(Rectangle rectangle)
Parameters
Type | Name | Description |
---|---|---|
IronSoftware.Drawing.Rectangle | rectangle | Rectangle region to apply the filter on. |
Properties
Rectangle
Rectangle region to apply the filter on.
Declaration
public Rectangle Rectangle { get; set; }
Property Value
Type | Description |
---|---|
IronSoftware.Drawing.Rectangle |