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

Adds an image overlay to the current image. If the overlay is larger than the image it will be scaled to match the image.
Наследование: IGraphicsProcessor
Показать файл Открыть проект Примеры использования класса

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

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

Initializes a new instance of the Overlay class.

ProcessImage ( ImageFactory factory ) : Image

Processes the image.

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

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

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