C# Class Decision.Utility.ImageManage

Exibir arquivo Open project: rabbal/Decision

Public Methods

Method 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 method

public static AddWaterMark ( string filePath, string text ) : byte[]
filePath string
text string
return byte[]

HasFile() public static method

public static HasFile ( this file ) : bool
file this
return bool

ResizeImageFile() public static method

public static ResizeImageFile ( string path, int width, int height ) : byte[]
path string
width int
height int
return byte[]

ResizeImageFile() public static method

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