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

Mostrar archivo Open project: affecto/positiivisen-palautteen-keha

Public Methods

Method 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 method

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

Resize() public static method

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