C# Class XCom.BDYImage

Summary description for BDYImage.
Inheritance: XCom.Interfaces.XCImage
Show file Open project: pmprog/OpenXCOM.Tools

Public Methods

Method Description
BDYImage ( Palette p, Stream s, int width, int height ) : System
Save ( byte img, Stream file ) : void

Method Details

BDYImage() public method

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

Save() public static method

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