C# Class ImageProcessor.Web.Processors.Pixelate

Encapsulates methods to pixelate an image.
Inheritance: IWebGraphicsProcessor
Afficher le fichier Open project: JimBobSquarePants/ImageProcessor

Méthodes publiques

Méthode Description
MatchRegexIndex ( string queryString ) : int

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

ParseSize ( string input ) : int

Returns the correct size of pixels.

Pixelate ( ) : System

Initializes a new instance of the Pixelate class.

Private Methods

Méthode Description
ParseRectangle ( string input ) : Rectangle?

Returns the correct Nullable{Rectange} for the given string.

Method Details

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

ParseSize() public méthode

Returns the correct size of pixels.
public ParseSize ( string input ) : int
input string /// The input containing the value to parse. ///
Résultat int

Pixelate() public méthode

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