C# Class ImageProcessor.Web.Processors.Flip

Flips an image horizontally or vertically.
Inheritance: IWebGraphicsProcessor
Mostra file Open project: JimBobSquarePants/ImageProcessor

Public Methods

Method Description
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.

Method Details

Flip() public method

Initializes a new instance of the Flip class.
public Flip ( ) : System.Drawing
return System.Drawing

MatchRegexIndex() public method

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. ///
return int