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

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

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

Initializes a new instance of the Mask class.

MatchRegexIndex ( string queryString ) : int

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

ParseImage ( string input ) : Image

Returns an image from the given input path.

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

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

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

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

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

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