C# Class ImageProcessor.Processors.Vignette

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

Public Methods

Method Description
ProcessImage ( ImageFactory factory ) : Image

Processes the image.

Vignette ( ) : System

Initializes a new instance of the Vignette class.

Method Details

ProcessImage() public method

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

Vignette() public method

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