C# Class MegaMan.LevelEditor.SingleTileBrush

Inheritance: ITileBrush
显示文件 Open project: Tesserex/C--MegaMan-Engine

Public Methods

Method 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 method

public Cells ( ) : IEnumerable
return IEnumerable

DrawOn() public method

public DrawOn ( ScreenDocument screen, int tile_x, int tile_y ) : ITileBrush
screen ScreenDocument
tile_x int
tile_y int
return ITileBrush

DrawOn() public method

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

SingleTileBrush() public method

public SingleTileBrush ( Tile tile ) : System
tile MegaMan.Common.Tile
return System

ToString() public method

public ToString ( ) : String
return String