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

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

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

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

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

ParseSize ( string input ) : int

Returns the correct size of pixels.

Pixelate ( ) : System

Initializes a new instance of the Pixelate class.

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

Метод Описание
ParseRectangle ( string input ) : Rectangle?

Returns the correct Nullable{Rectange} for the given string.

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

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

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

Returns the correct size of pixels.
public ParseSize ( string input ) : int
input string /// The input containing the value to parse. ///
Результат int

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

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