C# Класс ImageProcessor.Web.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.
Наследование: IWebGraphicsProcessor
Показать файл Открыть проект

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

Метод Описание
MatchRegexIndex ( string queryString ) : int

The position in the original string where the first character of the captured substring was found.

Overlay ( ) : System.Collections.Specialized

Initializes a new instance of the Overlay class.

ParseImage ( string input ) : Image

Returns an image from the given input path.

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

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

The position in the original string where the first character of the captured substring was found.
public MatchRegexIndex ( string queryString ) : int
queryString string The query string to search.
Результат int

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

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

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

Returns an image from the given input path.
public ParseImage ( string input ) : Image
input string /// The input containing the value to parse. ///
Результат System.Drawing.Image