C# Class ExtensionMethods.Effects

Afficher le fichier Open project: vrish88/imageeditor

Méthodes publiques

Méthode Description
ToBlackAndWhite ( this bitmap ) : Bitmap
ToInvert ( this bitmap ) : Bitmap
ToJitter ( this bitmap ) : Bitmap
ToPixalation ( this bitmap ) : Bitmap
ToSepia ( this bitmap ) : Bitmap
gaussianBlur ( this bitmap, int blur ) : Bitmap
resize ( this bitmap, int width, int height ) : Bitmap
rotate ( this bitmap, int degrees ) : Bitmap

Method Details

ToBlackAndWhite() public static méthode

public static ToBlackAndWhite ( this bitmap ) : Bitmap
bitmap this
Résultat System.Drawing.Bitmap

ToInvert() public static méthode

public static ToInvert ( this bitmap ) : Bitmap
bitmap this
Résultat System.Drawing.Bitmap

ToJitter() public static méthode

public static ToJitter ( this bitmap ) : Bitmap
bitmap this
Résultat System.Drawing.Bitmap

ToPixalation() public static méthode

public static ToPixalation ( this bitmap ) : Bitmap
bitmap this
Résultat System.Drawing.Bitmap

ToSepia() public static méthode

public static ToSepia ( this bitmap ) : Bitmap
bitmap this
Résultat System.Drawing.Bitmap

gaussianBlur() public static méthode

public static gaussianBlur ( this bitmap, int blur ) : Bitmap
bitmap this
blur int
Résultat System.Drawing.Bitmap

resize() public static méthode

public static resize ( this bitmap, int width, int height ) : Bitmap
bitmap this
width int
height int
Résultat System.Drawing.Bitmap

rotate() public static méthode

public static rotate ( this bitmap, int degrees ) : Bitmap
bitmap this
degrees int
Résultat System.Drawing.Bitmap