C# Class ImageProcessor.Processors.Overlay

Adds an image overlay to the current image. If the overlay is larger than the image it will be scaled to match the image.
Inheritance: IGraphicsProcessor
Afficher le fichier Open project: JimBobSquarePants/ImageProcessor Class Usage Examples

Méthodes publiques

Méthode Description
Overlay ( ) : System

Initializes a new instance of the Overlay class.

ProcessImage ( ImageFactory factory ) : Image

Processes the image.

Method Details

Overlay() public méthode

Initializes a new instance of the Overlay class.
public Overlay ( ) : 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