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

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

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

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

Initializes a new instance of the Crop class.

ProcessImage ( ImageFactory factory ) : Image

Processes the image.

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

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

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

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

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