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

Performs auto-rotation to ensure that EXIF defined rotation is reflected in the final image.
Наследование: IGraphicsProcessor
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
AutoRotate ( ) : System

Initializes a new instance of the AutoRotate class.

ProcessImage ( ImageFactory factory ) : Image

Processes the image.

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

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

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

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

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