C# 클래스 ImageProcessor.Web.Processors.Filter

Encapsulates methods with which to add filters to an image.
상속: IWebGraphicsProcessor
파일 보기 프로젝트 열기: JimBobSquarePants/ImageProcessor

공개 메소드들

메소드 설명
Filter ( ) : System

Initializes a new instance of the Filter class.

MatchRegexIndex ( string queryString ) : int

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

비공개 메소드들

메소드 설명
BuildRegex ( ) : Regex

Builds a regular expression from the MatrixFilters type, this allows extensibility.

ParseFilter ( string identifier ) : IMatrixFilter

Parses the input string to return the correct IMatrixFilter.

메소드 상세

Filter() 공개 메소드

Initializes a new instance of the Filter class.
public Filter ( ) : System
리턴 System

MatchRegexIndex() 공개 메소드

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. ///
리턴 int