C# 클래스 MegaMan.LevelEditor.RectangleTool

상속: ITool
파일 보기 프로젝트 열기: Tesserex/C--MegaMan-Engine 1 사용 예제들

공개 메소드들

메소드 설명
Click ( ScreenDrawingSurface surface, Point location ) : void
Move ( ScreenDrawingSurface surface, Point location ) : void
RectangleTool ( ITileBrush brush ) : System
Release ( ScreenDrawingSurface surface ) : void
RightClick ( ScreenDrawingSurface surface, Point location ) : void

비공개 메소드들

메소드 설명
Draw ( ScreenDrawingSurface surface, int tile_x, int tile_y ) : void

메소드 상세

Click() 공개 메소드

public Click ( ScreenDrawingSurface surface, Point location ) : void
surface ScreenDrawingSurface
location Point
리턴 void

Move() 공개 메소드

public Move ( ScreenDrawingSurface surface, Point location ) : void
surface ScreenDrawingSurface
location Point
리턴 void

RectangleTool() 공개 메소드

public RectangleTool ( ITileBrush brush ) : System
brush ITileBrush
리턴 System

Release() 공개 메소드

public Release ( ScreenDrawingSurface surface ) : void
surface ScreenDrawingSurface
리턴 void

RightClick() 공개 메소드

public RightClick ( ScreenDrawingSurface surface, Point location ) : void
surface ScreenDrawingSurface
location Point
리턴 void