C# Class ImageProcessor.Imaging.Filters.Photo.BlackWhiteMatrixFilter

Encapsulates methods with which to add a black and white filter to an image.
Inheritance: MatrixFilterBase
ファイルを表示 Open project: JimBobSquarePants/ImageProcessor

Public Methods

Method Description
TransformImage ( Image source, Image destination ) : Bitmap

Processes the image.

Method Details

TransformImage() public method

Processes the image.
public TransformImage ( Image source, Image destination ) : Bitmap
source System.Drawing.Image The current image to process
destination System.Drawing.Image The new Image to return
return System.Drawing.Bitmap