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

Encapsulates methods to control preservation of meta information.
Наследование: IGraphicsProcessor
Показать файл Открыть проект Примеры использования класса

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

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

Initializes a new instance of the Meta class.

ProcessImage ( ImageFactory factory ) : Image

Processes the image.

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

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

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