Class InvertFilter
A filter for inverts the colors of the image.
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(CropRectangle)
Initializes a new instance of the InvertFilter class with the specified Sigma value.
Declaration
public InvertFilter(CropRectangle Rectangle)
Parameters
Type | Name | Description |
---|---|---|
IronSoftware.Drawing.CropRectangle | Rectangle | The Rectangle structure that specifies the portion of the image object to alter. |
Properties
Rectangle
The Rectangle structure that specifies the portion of the image object to alter.
Declaration
public CropRectangle Rectangle { get; set; }
Property Value
Type | Description |
---|---|
IronSoftware.Drawing.CropRectangle |