C# Класс Randao.Core.Extensions.ThumbnailImage

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetImageSzie ( Image originalImage ) : ImageSize
GetImageSzie ( Stream str ) : ImageSize
GetImageSzie ( System postfile ) : ImageSize
GetThumbnailImage ( Image originalImage, string outname, float width, float height, Thumbnail Thumbnailmode ) : ImageSize
GetThumbnailImage ( Stream str, string outname, float width, float height, Thumbnail Thumbnailmode ) : ImageSize
GetThumbnailImage ( System postfile, string outname, float width, float height, Thumbnail Thumbnailmode ) : ImageSize
GetThumbnailImage ( string dir, string filename, string outname, float width, float height, Thumbnail Thumbnailmode ) : ImageSize

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

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

public static GetImageSzie ( Image originalImage ) : ImageSize
originalImage System.Drawing.Image
Результат ImageSize

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

public static GetImageSzie ( Stream str ) : ImageSize
str System.IO.Stream
Результат ImageSize

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

public static GetImageSzie ( System postfile ) : ImageSize
postfile System
Результат ImageSize

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

public static GetThumbnailImage ( Image originalImage, string outname, float width, float height, Thumbnail Thumbnailmode ) : ImageSize
originalImage System.Drawing.Image
outname string
width float
height float
Thumbnailmode Thumbnail
Результат ImageSize

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

public static GetThumbnailImage ( Stream str, string outname, float width, float height, Thumbnail Thumbnailmode ) : ImageSize
str System.IO.Stream
outname string
width float
height float
Thumbnailmode Thumbnail
Результат ImageSize

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

public static GetThumbnailImage ( System postfile, string outname, float width, float height, Thumbnail Thumbnailmode ) : ImageSize
postfile System
outname string
width float
height float
Thumbnailmode Thumbnail
Результат ImageSize

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

public static GetThumbnailImage ( string dir, string filename, string outname, float width, float height, Thumbnail Thumbnailmode ) : ImageSize
dir string
filename string
outname string
width float
height float
Thumbnailmode Thumbnail
Результат ImageSize