C# Class MegaMan.LevelEditor.SingleTileBrush

Inheritance: ITileBrush
Afficher le fichier Open project: Tesserex/C--MegaMan-Engine

Méthodes publiques

Méthode Description
Cells ( ) : IEnumerable
DrawOn ( ScreenDocument screen, int tile_x, int tile_y ) : ITileBrush
DrawOn ( Graphics g, int x, int y ) : void
SingleTileBrush ( Tile tile ) : System
ToString ( ) : String

Method Details

Cells() public méthode

public Cells ( ) : IEnumerable
Résultat IEnumerable

DrawOn() public méthode

public DrawOn ( ScreenDocument screen, int tile_x, int tile_y ) : ITileBrush
screen ScreenDocument
tile_x int
tile_y int
Résultat ITileBrush

DrawOn() public méthode

public DrawOn ( Graphics g, int x, int y ) : void
g System.Drawing.Graphics
x int
y int
Résultat void

SingleTileBrush() public méthode

public SingleTileBrush ( Tile tile ) : System
tile MegaMan.Common.Tile
Résultat System

ToString() public méthode

public ToString ( ) : String
Résultat String