C# Class AForge.Imaging.Filters.Invert

Invert an image
Inheritance: IFilter, IInPlaceFilter
Show file Open project: noxryan/Claro-Shader Class Usage Examples

Public Methods

Method Description
Invert ( ) : System

Initializes a new instance of the Invert class.

Protected Methods

Method Description
ProcessFilter ( UnmanagedImage image, Rectangle rect ) : void

Process the filter on the specified image.

Method Details

Invert() public method

Initializes a new instance of the Invert class.
public Invert ( ) : System
return System

ProcessFilter() protected method

Process the filter on the specified image.
protected ProcessFilter ( UnmanagedImage image, Rectangle rect ) : void
image UnmanagedImage Source image data.
rect System.Drawing.Rectangle Image rectangle for processing by the filter.
return void