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

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

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

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

Processes the image.

Quality ( ) : System

Initializes a new instance of the Quality class.

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

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

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

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

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