C# Класс ImageProcessor.Processors.Rotate

Encapsulates methods to rotate an image.
Наследование: IGraphicsProcessor
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ProcessImage ( ImageFactory factory ) : Image

Processes the image.

Rotate ( ) : System

Initializes a new instance of the Rotate class.

Приватные методы

Метод Описание
RotateImage ( Image image, float rotateAtX, float rotateAtY, float angle ) : Bitmap

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

Based on

Описание методов

ProcessImage() публичный Метод

Processes the image.
public ProcessImage ( ImageFactory factory ) : Image
factory ImageFactory /// The current instance of the class containing /// the image to process. ///
Результат Image

Rotate() публичный Метод

Initializes a new instance of the Rotate class.
public Rotate ( ) : System
Результат System