C# Класс ImageProcessor.Plugins.Cair.Processors.ContentAwareResize

Resizes an image to the given dimensions using content aware resizing.
Наследование: IGraphicsProcessor
Показать файл Открыть проект Примеры использования класса

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

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

Initializes a new instance of the ContentAwareResize class.

ProcessImage ( ImageFactory factory ) : Image

Processes the image.

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

Метод Описание
ProcessCairImage ( string arguments, int timeout ) : void

The process cair image.

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

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

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