C# 클래스 MegaMan.LevelEditor.Bucket

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

공개 메소드들

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

비공개 메소드들

메소드 설명
Flood ( ScreenDrawingSurface surface, int tile_x, int tile_y, int tile_id, int brush_x, int brush_y ) : void

메소드 상세

Bucket() 공개 메소드

public Bucket ( ITileBrush brush ) : System.Collections.Generic
brush ITileBrush
리턴 System.Collections.Generic

Click() 공개 메소드

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

Move() 공개 메소드

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

Release() 공개 메소드

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

RightClick() 공개 메소드

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