C# Class ImageProcessor.Processors.Crop

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

Public Methods

Method Description
Crop ( ) : System

Initializes a new instance of the Crop class.

ProcessImage ( ImageFactory factory ) : Image

Processes the image.

Method Details

Crop() public method

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

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