C# Класс ImageProcessor.Imaging.Filters.Artistic.HalftoneFilter

The halftone filter applies a classical CMYK filter to the given image.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ApplyFilter ( Bitmap source ) : Bitmap

Applies the halftone filter.

HalftoneFilter ( ) : System

Initializes a new instance of the HalftoneFilter class.

HalftoneFilter ( int distance ) : System

Initializes a new instance of the HalftoneFilter class.

Приватные методы

Метод Описание
GetBoundingRectangle ( int width, int height ) : Rectangle

Gets the bounding rectangle of the image based on the rotating angles.

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

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

Applies the halftone filter.
public ApplyFilter ( Bitmap source ) : Bitmap
source System.Drawing.Bitmap /// The to apply the filter to. ///
Результат System.Drawing.Bitmap

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

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

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

Initializes a new instance of the HalftoneFilter class.
public HalftoneFilter ( int distance ) : System
distance int /// The distance. ///
Результат System