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

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

공개 메소드들

메소드 설명
MatchRegexIndex ( string queryString ) : int

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

ParseSize ( string input ) : int

Returns the correct size of pixels.

Pixelate ( ) : System

Initializes a new instance of the Pixelate class.

비공개 메소드들

메소드 설명
ParseRectangle ( string input ) : Rectangle?

Returns the correct Nullable{Rectange} for the given string.

메소드 상세

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

ParseSize() 공개 메소드

Returns the correct size of pixels.
public ParseSize ( string input ) : int
input string /// The input containing the value to parse. ///
리턴 int

Pixelate() 공개 메소드

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