C# Class Affecto.PositiveFeedback.EmployeeSynchronization.ActiveDirectory.EmployeePicture.ImageExtensions

Afficher le fichier Open project: affecto/positiivisen-palautteen-keha

Méthodes publiques

Méthode Description
Crop ( this image, int width, int height, int x, int y ) : Image
Resize ( this image, int width, int height ) : Image

Method Details

Crop() public static méthode

public static Crop ( this image, int width, int height, int x, int y ) : Image
image this
width int
height int
x int
y int
Résultat System.Drawing.Image

Resize() public static méthode

public static Resize ( this image, int width, int height ) : Image
image this
width int
height int
Résultat System.Drawing.Image