C# Class ImageProcessor.Processors.Filter

Encapsulates methods with which to add filters to an image.
Inheritance: IGraphicsProcessor
Afficher le fichier Open project: JimBobSquarePants/ImageProcessor Class Usage Examples

Méthodes publiques

Méthode Description
Filter ( ) : System

Initializes a new instance of the Filter class.

ProcessImage ( ImageFactory factory ) : Image

Processes the image.

Method Details

Filter() public méthode

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

ProcessImage() public méthode

Processes the image.
public ProcessImage ( ImageFactory factory ) : Image
factory ImageFactory /// The current instance of the class containing /// the image to process. ///
Résultat Image