C# Класс ImageProcessor.Web.Processors.Halftone

The halftone processor applies a classical CMYK halftone to the given image.
Наследование: IWebGraphicsProcessor
Показать файл Открыть проект

Открытые методы

Метод Описание
Halftone ( ) : System.Text.RegularExpressions

Initializes a new instance of the Halftone class.

MatchRegexIndex ( string queryString ) : int

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

Описание методов

Halftone() публичный Метод

Initializes a new instance of the Halftone class.
public Halftone ( ) : System.Text.RegularExpressions
Результат System.Text.RegularExpressions

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