C# Class AForge.Imaging.Filters.Invert

Invert an image
Inheritance: IFilter, IInPlaceFilter
Afficher le fichier Open project: noxryan/Claro-Shader Class Usage Examples

Méthodes publiques

Méthode Description
Invert ( ) : System

Initializes a new instance of the Invert class.

Méthodes protégées

Méthode Description
ProcessFilter ( UnmanagedImage image, Rectangle rect ) : void

Process the filter on the specified image.

Method Details

Invert() public méthode

Initializes a new instance of the Invert class.
public Invert ( ) : System
Résultat System

ProcessFilter() protected méthode

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.
Résultat void