C# Class Habanero.Faces.Win.Util.ImageUtil

Afficher le fichier Open project: Chillisoft/habanero.faces

Méthodes publiques

Méthode Description
ResizeBitmap ( Bitmap image, int width, int height = -1 ) : Bitmap
ResizeImage ( Image image, int width, int height = -1 ) : Image

Private Methods

Méthode Description
ScaleBitmap ( Bitmap image, int width, int height ) : Bitmap

Method Details

ResizeBitmap() public static méthode

public static ResizeBitmap ( Bitmap image, int width, int height = -1 ) : Bitmap
image System.Drawing.Bitmap
width int
height int
Résultat System.Drawing.Bitmap

ResizeImage() public static méthode

public static ResizeImage ( Image image, int width, int height = -1 ) : Image
image Image
width int
height int
Résultat Image