C# Class ImageProcessor.Imaging.Filters.Artistic.HalftoneFilter

The halftone filter applies a classical CMYK filter to the given image.
Afficher le fichier Open project: JimBobSquarePants/ImageProcessor Class Usage Examples

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
GetBoundingRectangle ( int width, int height ) : Rectangle

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

Method Details

ApplyFilter() public méthode

Applies the halftone filter.
public ApplyFilter ( Bitmap source ) : Bitmap
source System.Drawing.Bitmap /// The to apply the filter to. ///
Résultat System.Drawing.Bitmap

HalftoneFilter() public méthode

Initializes a new instance of the HalftoneFilter class.
public HalftoneFilter ( ) : System
Résultat System

HalftoneFilter() public méthode

Initializes a new instance of the HalftoneFilter class.
public HalftoneFilter ( int distance ) : System
distance int /// The distance. ///
Résultat System