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

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

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

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

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

Rotate ( ) : System.Collections.Specialized

Initializes a new instance of the Rotate class.

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

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

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

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