C# Class ImageProcessor.Web.Processors.Format

Sets the output of the image to a specific format.
Inheritance: IWebGraphicsProcessor
Afficher le fichier Open project: JimBobSquarePants/ImageProcessor

Méthodes publiques

Méthode Description
Format ( ) : System

Initializes a new instance of the Format class.

MatchRegexIndex ( string queryString ) : int

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

Private Methods

Méthode Description
BuildRegex ( ) : Regex

Builds a regular expression from the T:ImageProcessor.Imaging.Formats.ISupportedImageFormat type, this allows extensibility.

ParseFormat ( string identifier ) : ISupportedImageFormat

Parses the input string to return the correct ISupportedImageFormat.

Method Details

Format() public méthode

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

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