C# Класс ImageProcessor.Web.Processors.Filter

Encapsulates methods with which to add filters to an image.
Наследование: IWebGraphicsProcessor
Показать файл Открыть проект

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

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

Initializes a new instance of the Filter class.

MatchRegexIndex ( string queryString ) : int

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

Приватные методы

Метод Описание
BuildRegex ( ) : Regex

Builds a regular expression from the MatrixFilters type, this allows extensibility.

ParseFilter ( string identifier ) : IMatrixFilter

Parses the input string to return the correct IMatrixFilter.

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

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

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