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

The oil painting filter.
Afficher le fichier Open project: JimBobSquarePants/ImageProcessor Class Usage Examples

Méthodes publiques

Méthode Description
ApplyFilter ( Bitmap source ) : Bitmap

Applies the oil painting filter.

OilPaintingFilter ( int levels, int brushSize ) : System

Initializes a new instance of the OilPaintingFilter class.

Method Details

ApplyFilter() public méthode

Applies the oil painting filter.
public ApplyFilter ( Bitmap source ) : Bitmap
source System.Drawing.Bitmap /// The source. ///
Résultat System.Drawing.Bitmap

OilPaintingFilter() public méthode

Initializes a new instance of the OilPaintingFilter class.
public OilPaintingFilter ( int levels, int brushSize ) : System
levels int /// The number of levels. ///
brushSize int /// The brush size. ///
Résultat System