C# Class Decision.Utility.ImageManage

Afficher le fichier Open project: rabbal/Decision

Méthodes publiques

Méthode Description
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[]

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

Method Details

AddWaterMark() public static méthode

public static AddWaterMark ( string filePath, string text ) : byte[]
filePath string
text string
Résultat byte[]

HasFile() public static méthode

public static HasFile ( this file ) : bool
file this
Résultat bool

ResizeImageFile() public static méthode

public static ResizeImageFile ( string path, int width, int height ) : byte[]
path string
width int
height int
Résultat byte[]

ResizeImageFile() public static méthode

تغییر اندازه تصویر
public static ResizeImageFile ( this imageFile, int width, int height ) : byte[]
imageFile this
width int
height int
Résultat byte[]