C# Class ImageProcessor.Web.Processors.ReplaceColor

Encapsulates methods allowing the replacement of a color within 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.

ReplaceColor ( ) : System

Initializes a new instance of the ReplaceColor class.

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

ReplaceColor() public méthode

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