C# Class XCom.BDYImage

Summary description for BDYImage.
Inheritance: XCom.Interfaces.XCImage
Afficher le fichier Open project: pmprog/OpenXCOM.Tools

Méthodes publiques

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

Method Details

BDYImage() public méthode

public BDYImage ( Palette p, Stream s, int width, int height ) : System
p Palette
s Stream
width int
height int
Résultat System

Save() public static méthode

public static Save ( byte img, Stream file ) : void
img byte
file Stream
Résultat void