C# Класс Decision.Utility.ImageManage

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

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

Метод Описание
AddWaterMark ( string filePath, string text ) : byte[]
HasFile ( this file ) : bool
ResizeImageFile ( string path, int width, int height ) : byte[]
ResizeImageFile ( this imageFile, int width, int height ) : byte[]

تغییر اندازه تصویر

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

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

public static AddWaterMark ( string filePath, string text ) : byte[]
filePath string
text string
Результат byte[]

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

public static HasFile ( this file ) : bool
file this
Результат bool

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

public static ResizeImageFile ( string path, int width, int height ) : byte[]
path string
width int
height int
Результат byte[]

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

تغییر اندازه تصویر
public static ResizeImageFile ( this imageFile, int width, int height ) : byte[]
imageFile this
width int
height int
Результат byte[]