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

Flips an image horizontally or vertically.
Наследование: IWebGraphicsProcessor
Показать файл Открыть проект

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

Метод Описание
Flip ( ) : System.Drawing

Initializes a new instance of the Flip class.

MatchRegexIndex ( string queryString ) : int

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

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

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

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

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