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

Performs auto-rotation to ensure that EXIF defined rotation is reflected in the final image.
Наследование: IWebGraphicsProcessor
Показать файл Открыть проект

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

Метод Описание
AutoRotate ( ) : System.Text.RegularExpressions

Initializes a new instance of the AutoRotate class.

MatchRegexIndex ( string queryString ) : int

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

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

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

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

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