C# 클래스 XCom.BDYImage

Summary description for BDYImage.
상속: XCom.Interfaces.XCImage
파일 보기 프로젝트 열기: pmprog/OpenXCOM.Tools

공개 메소드들

메소드 설명
BDYImage ( Palette p, Stream s, int width, int height ) : System
Save ( byte img, Stream file ) : void

메소드 상세

BDYImage() 공개 메소드

public BDYImage ( Palette p, Stream s, int width, int height ) : System
p Palette
s Stream
width int
height int
리턴 System

Save() 공개 정적인 메소드

public static Save ( byte img, Stream file ) : void
img byte
file Stream
리턴 void