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

Encapsulates methods with which to add a gotham filter to an image.
Inheritance: MatrixFilterBase
Afficher le fichier Open project: JimBobSquarePants/ImageProcessor

Méthodes publiques

Méthode Description
TransformImage ( Image source, Image destination ) : Bitmap

Processes the image.

Method Details

TransformImage() public méthode

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
Résultat System.Drawing.Bitmap