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

Changes the background color of an image.
상속: IWebGraphicsProcessor
파일 보기 프로젝트 열기: JimBobSquarePants/ImageProcessor

공개 메소드들

메소드 설명
BackgroundColor ( ) : System.Collections.Specialized

Initializes a new instance of the BackgroundColor class.

MatchRegexIndex ( string queryString ) : int

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

메소드 상세

BackgroundColor() 공개 메소드

Initializes a new instance of the BackgroundColor class.
public BackgroundColor ( ) : System.Collections.Specialized
리턴 System.Collections.Specialized

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