C# 클래스 MegaMan.LevelEditor.SingleTileBrush

상속: ITileBrush
파일 보기 프로젝트 열기: Tesserex/C--MegaMan-Engine

공개 메소드들

메소드 설명
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

메소드 상세

Cells() 공개 메소드

public Cells ( ) : IEnumerable
리턴 IEnumerable

DrawOn() 공개 메소드

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

DrawOn() 공개 메소드

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

SingleTileBrush() 공개 메소드

public SingleTileBrush ( Tile tile ) : System
tile MegaMan.Common.Tile
리턴 System

ToString() 공개 메소드

public ToString ( ) : String
리턴 String