C# 클래스 afung.MangaWeb3.Server.Provider.ImageProvider

파일 보기 프로젝트 열기: a-fung/MangaWeb3

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetDimensions ( string inputFile ) : int[]
ResizeFile ( string inputFile, string outputFile, int width, int height, int part ) : void

메소드 상세

GetDimensions() 공개 정적인 메소드

public static GetDimensions ( string inputFile ) : int[]
inputFile string
리턴 int[]

ResizeFile() 공개 정적인 메소드

public static ResizeFile ( string inputFile, string outputFile, int width, int height, int part ) : void
inputFile string
outputFile string
width int
height int
part int
리턴 void