C# Class ImageProcessor.Processors.Rotate

Encapsulates methods to rotate an image.
Inheritance: IGraphicsProcessor
Afficher le fichier Open project: JimBobSquarePants/ImageProcessor Class Usage Examples

Méthodes publiques

Méthode Description
ProcessImage ( ImageFactory factory ) : Image

Processes the image.

Rotate ( ) : System

Initializes a new instance of the Rotate class.

Private Methods

Méthode Description
RotateImage ( Image image, float rotateAtX, float rotateAtY, float angle ) : Bitmap

Rotates an image to the given angle at the given position.

Based on

Method Details

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

Rotate() public méthode

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