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

Resizes an image to the given dimensions.
Наследование: IWebGraphicsProcessor
Показать файл Открыть проект

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

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

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

Resize ( ) : System

Initializes a new instance of the Resize class.

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

Метод Описание
ParseRestrictions ( string input ) : List

Returns a List{T} of sizes to restrict resizing to.

ParseSize ( NameValueCollection queryCollection ) : Size

Returns the correct Size for the given query collection.

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

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

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

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