C# Class ImageProcessor.Web.Processors.Vignette

Encapsulates methods with which to add a vignette image effect to an image.
Inheritance: IWebGraphicsProcessor
ファイルを表示 Open project: JimBobSquarePants/ImageProcessor

Public Methods

Method Description
MatchRegexIndex ( string queryString ) : int

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

Vignette ( ) : System.Collections.Specialized

Initializes a new instance of the Vignette class.

Method Details

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

Vignette() public method

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