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

Applies a mask to the given image. If the mask is not the same size as the image it will be centered against the image.
Наследование: IGraphicsProcessor
Показать файл Открыть проект Примеры использования класса

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

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

Initializes a new instance of the Mask class.

ProcessImage ( ImageFactory factory ) : Image

Processes the image.

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

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

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