C# Class XCom.PckImage8

ファイルを表示 Open project: pmprog/OpenXCOM.Tools

Public Methods

Method Description
Clone ( Palette pal ) : PckImage8
FromBMP ( Bitmap b, int num, Palette pal, int startX, int startY ) : PckImage8
ToString ( ) : string

Private Methods

Method Description
PckImage8 ( int imageNum, byte bytes, Palette pal ) : System

Method Details

Clone() public method

public Clone ( Palette pal ) : PckImage8
pal Palette
return PckImage8

FromBMP() public static method

public static FromBMP ( Bitmap b, int num, Palette pal, int startX, int startY ) : PckImage8
b System.Drawing.Bitmap
num int
pal Palette
startX int
startY int
return PckImage8

ToString() public method

public ToString ( ) : string
return string