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

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

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

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

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

RotateBounded ( ) : System

Initializes a new instance of the RotateBounded 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

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

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