C# Class XCom.Interfaces.XCImage

Inheritance: ICloneable
Show file Open project: pmprog/OpenXCOM.Tools Class Usage Examples

Protected Properties

Property Type Description
fileNum int
gray System.Drawing.Bitmap
idx byte[]
image System.Drawing.Bitmap

Public Methods

Method Description
Clone ( ) : object
Hq2x ( ) : void
XCImage ( ) : System
XCImage ( Bitmap b, int idx ) : System
XCImage ( byte entries, int width, int height, Palette pal, int idx ) : System

Method Details

Clone() public method

public Clone ( ) : object
return object

Hq2x() public method

public Hq2x ( ) : void
return void

XCImage() public method

public XCImage ( ) : System
return System

XCImage() public method

public XCImage ( Bitmap b, int idx ) : System
b System.Drawing.Bitmap
idx int
return System

XCImage() public method

public XCImage ( byte entries, int width, int height, Palette pal, int idx ) : System
entries byte
width int
height int
pal Palette
idx int
return System

Property Details

fileNum protected property

protected int fileNum
return int

gray protected property

protected Bitmap,System.Drawing gray
return System.Drawing.Bitmap

idx protected property

protected byte[] idx
return byte[]

image protected property

protected Bitmap,System.Drawing image
return System.Drawing.Bitmap