C# Class ImageProcessor.Processors.Vignette

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

Méthodes publiques

Méthode Description
ProcessImage ( ImageFactory factory ) : Image

Processes the image.

Vignette ( ) : System

Initializes a new instance of the Vignette class.

Method Details

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

Vignette() public méthode

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