C# Class ImageProcessor.Web.Processors.GaussianBlur

Applies a Gaussian blur to the image.
Inheritance: IWebGraphicsProcessor
Show file Open project: JimBobSquarePants/ImageProcessor

Public Methods

Method Description
GaussianBlur ( ) : System.Collections.Specialized

Initializes a new instance of the GaussianBlur class.

MatchRegexIndex ( string queryString ) : int

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

Method Details

GaussianBlur() public method

Initializes a new instance of the GaussianBlur class.
public GaussianBlur ( ) : System.Collections.Specialized
return System.Collections.Specialized

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