C# 클래스 MegaMan.LevelEditor.SelectionTool

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

공개 메소드들

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

메소드 상세

Click() 공개 메소드

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

Move() 공개 메소드

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

Release() 공개 메소드

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

RightClick() 공개 메소드

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