C# Класс SEToolbox.ImageLibrary.ImageHelper

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

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

Метод Описание
ConvertBitmapToBitmapImage ( Bitmap bitmap ) : BitmapImage
ResizeImage ( Image image, Size size ) : Bitmap

Resize the image to the specified width and height.

SavePng ( string path, Image image ) : void

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

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

public static ConvertBitmapToBitmapImage ( Bitmap bitmap ) : BitmapImage
bitmap System.Drawing.Bitmap
Результат System.Windows.Media.Imaging.BitmapImage

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

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

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

public static SavePng ( string path, Image image ) : void
path string
image System.Drawing.Image
Результат void