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

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

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

Метод Описание
Crop ( ) : System.Collections.Specialized

Initializes a new instance of the Crop class.

MatchRegexIndex ( string queryString ) : int

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

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

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

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

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