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

Applies a mask to the given image. If the mask is not the same size as the image it will be centered against the image.
상속: IWebGraphicsProcessor
파일 보기 프로젝트 열기: JimBobSquarePants/ImageProcessor

공개 메소드들

메소드 설명
Mask ( ) : System

Initializes a new instance of the Mask class.

MatchRegexIndex ( string queryString ) : int

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

ParseImage ( string input ) : Image

Returns an image from the given input path.

메소드 상세

Mask() 공개 메소드

Initializes a new instance of the Mask class.
public Mask ( ) : 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

ParseImage() 공개 메소드

Returns an image from the given input path.
public ParseImage ( string input ) : Image
input string /// The input containing the value to parse. ///
리턴 Image