C# Класс Common.Resources.Tools

Provides various image untilities, such as high quality resizing.
Показать файл Открыть проект

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

Метод Описание
GetIcon ( Image image, int sideLength ) : Bitmap
ResizeImage ( Image image, int width, int height ) : Bitmap

Resize the image to the specified width and height.

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

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

public static GetIcon ( Image image, int sideLength ) : Bitmap
image Image
sideLength int
Результат System.Drawing.Bitmap

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

Resize the image to the specified width and height.
public static ResizeImage ( Image image, int width, int height ) : Bitmap
image Image The image to resize.
width int The width to resize to.
height int The height to resize to.
Результат System.Drawing.Bitmap