C# Class ImageProcessor.Processors.Resize

Resizes an image to the given dimensions.
Inheritance: IGraphicsProcessor
显示文件 Open project: JimBobSquarePants/ImageProcessor Class Usage Examples

Public Methods

Method Description
ProcessImage ( ImageFactory factory ) : Image

Processes the image.

Resize ( ) : System

Initializes a new instance of the Resize 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

Resize() public method

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