C# 클래스 Decision.Utility.ImageManage

파일 보기 프로젝트 열기: rabbal/Decision

공개 메소드들

메소드 설명
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[]