C# Класс Affecto.PositiveFeedback.EmployeeSynchronization.ActiveDirectory.EmployeePicture.ImageExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
Crop ( this image, int width, int height, int x, int y ) : Image
Resize ( this image, int width, int height ) : Image

Описание методов

Crop() публичный статический Метод

public static Crop ( this image, int width, int height, int x, int y ) : Image
image this
width int
height int
x int
y int
Результат System.Drawing.Image

Resize() публичный статический Метод

public static Resize ( this image, int width, int height ) : Image
image this
width int
height int
Результат System.Drawing.Image