C# 클래스 ProtImage.CZ3Parser

상속: CZParserBase
파일 보기 프로젝트 열기: wetor/LucaSystemTools

공개 메소드들

메소드 설명
CZ3ToPng ( string infile ) : void
FileExport ( string name, string outpath = null ) : void
FileImport ( string name, string outpath = null ) : void
PngToCZ3 ( string outfile ) : void

비공개 메소드들

메소드 설명
Export ( Array Texture ) : Bitmap

메소드 상세

CZ3ToPng() 공개 메소드

public CZ3ToPng ( string infile ) : void
infile string
리턴 void

FileExport() 공개 메소드

public FileExport ( string name, string outpath = null ) : void
name string
outpath string
리턴 void

FileImport() 공개 메소드

public FileImport ( string name, string outpath = null ) : void
name string
outpath string
리턴 void

PngToCZ3() 공개 메소드

public PngToCZ3 ( string outfile ) : void
outfile string
리턴 void