C# 클래스 rat.prImg

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

공개 메소드들

메소드 설명
prImg ( string path, Image org, int idx ) : System
save ( string basePath ) : void
saveMips ( string basePath, int mipLevel ) : void

메소드 상세

prImg() 공개 메소드

public prImg ( string path, Image org, int idx ) : System
path string
org Image
idx int
리턴 System

save() 공개 메소드

public save ( string basePath ) : void
basePath string
리턴 void

saveMips() 공개 메소드

public saveMips ( string basePath, int mipLevel ) : void
basePath string
mipLevel int
리턴 void