C# Класс XCom.Type6Unit

Наследование: IUnit
Показать файл Открыть проект

Открытые методы

Метод Описание
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
Type6Unit ( Type6File file, Palette p ) : System

Описание методов

Die() публичный Метод

public Die ( ) : void
Результат void

Draw() публичный Метод

public Draw ( Bitmap g, int x, int y ) : void
g System.Drawing.Bitmap
x int
y int
Результат void

Draw() публичный Метод

public Draw ( Graphics g, int x, int y ) : void
g System.Drawing.Graphics
x int
y int
Результат void

DrawFast() публичный Метод

public DrawFast ( Surface target, int x, int y, int width, int height ) : void
target Surface
x int
y int
width int
height int
Результат void

Type6Unit() публичный Метод

public Type6Unit ( Type6File file, Palette p ) : System
file Type6File
p Palette
Результат System