C# 클래스 XCom.PckFile

상속: XCImageCollection
파일 보기 프로젝트 열기: pmprog/OpenXCOM.Tools 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
TAB_EXT string

공개 메소드들

메소드 설명
PckFile ( Stream pckFile, Stream tabFile, int bpp, Palette pal ) : System
PckFile ( Stream pckFile, Stream tabFile, int bpp, Palette pal, int imgHeight, int imgWidth ) : System
Save ( string directory, string file, XCImageCollection images, int bpp ) : void

메소드 상세

PckFile() 공개 메소드

public PckFile ( Stream pckFile, Stream tabFile, int bpp, Palette pal ) : System
pckFile Stream
tabFile Stream
bpp int
pal Palette
리턴 System

PckFile() 공개 메소드

public PckFile ( Stream pckFile, Stream tabFile, int bpp, Palette pal, int imgHeight, int imgWidth ) : System
pckFile Stream
tabFile Stream
bpp int
pal Palette
imgHeight int
imgWidth int
리턴 System

Save() 공개 정적인 메소드

public static Save ( string directory, string file, XCImageCollection images, int bpp ) : void
directory string
file string
images XCImageCollection
bpp int
리턴 void

프로퍼티 상세

TAB_EXT 공개적으로 정적으로 프로퍼티

public static string TAB_EXT
리턴 string