C# Class ImageProcessor.Web.Processors.Flip

Flips an image horizontally or vertically.
Inheritance: IWebGraphicsProcessor
Afficher le fichier Open project: JimBobSquarePants/ImageProcessor

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the Flip class.
public Flip ( ) : System.Drawing
Résultat System.Drawing

MatchRegexIndex() public méthode

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. ///
Résultat int