C# Class XCom.Type7Unit

Inheritance: IUnit
Show file Open project: pmprog/OpenXCOM.Tools

Public Methods

Method Description
Die ( ) : void
Draw ( Bitmap g, int x, int y ) : void
Draw ( Graphics g, int x, int y ) : void
DrawFast ( Surface target, int x, int y, int width, int height ) : void
Type7Unit ( Type7File file, Palette p ) : System

Method Details

Die() public method

public Die ( ) : void
return void

Draw() public method

public Draw ( Bitmap g, int x, int y ) : void
g System.Drawing.Bitmap
x int
y int
return void

Draw() public method

public Draw ( Graphics g, int x, int y ) : void
g System.Drawing.Graphics
x int
y int
return void

DrawFast() public method

public DrawFast ( Surface target, int x, int y, int width, int height ) : void
target Surface
x int
y int
width int
height int
return void

Type7Unit() public method

public Type7Unit ( Type7File file, Palette p ) : System
file Type7File
p Palette
return System