C# Class ImageProcessor.Web.Processors.GaussianSharpen

Applies a Gaussian sharpen to the image.
Inheritance: IWebGraphicsProcessor
Afficher le fichier Open project: JimBobSquarePants/ImageProcessor

Méthodes publiques

Méthode Description
GaussianSharpen ( ) : System.Collections.Specialized

Initializes a new instance of the GaussianSharpen class.

MatchRegexIndex ( string queryString ) : int

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

Method Details

GaussianSharpen() public méthode

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

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