C# 클래스 MegaMan.LevelEditor.JoinTool

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

공개 메소드들

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

비공개 메소드들

메소드 설명
DeleteJoin ( ScreenDrawingSurface surface, Join join ) : void
EditJoin ( ScreenDrawingSurface surface, Join join ) : void
NearestJoin ( ScreenDrawingSurface surface, Point location ) : Join
NewJoin ( ScreenDrawingSurface surface, string s1, string s2, JoinType type, int offset ) : void

메소드 상세

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