C# 클래스 Downsize.ImageProcessor

파일 보기 프로젝트 열기: ChaseFlorell/Downsize 1 사용 예제들

공개 메소드들

메소드 설명
ImageProcessor ( bool dry ) : System
Process ( FileInfo image, string outPath, string prefix, string suffix, ImageFormat format ) : void

메소드 상세

ImageProcessor() 공개 메소드

public ImageProcessor ( bool dry ) : System
dry bool
리턴 System

Process() 공개 메소드

public Process ( FileInfo image, string outPath, string prefix, string suffix, ImageFormat format ) : void
image System.IO.FileInfo
outPath string
prefix string
suffix string
format System.Drawing.Imaging.ImageFormat
리턴 void