C# Class ImageProcessor.Processors.Mask

Applies a mask to the given image. If the mask is not the same size as the image it will be centered against the image.
Inheritance: IGraphicsProcessor
Afficher le fichier Open project: JimBobSquarePants/ImageProcessor Class Usage Examples

Méthodes publiques

Méthode Description
Mask ( ) : System

Initializes a new instance of the Mask class.

ProcessImage ( ImageFactory factory ) : Image

Processes the image.

Method Details

Mask() public méthode

Initializes a new instance of the Mask class.
public Mask ( ) : System
Résultat System

ProcessImage() public méthode

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