C# 클래스 MegaMan.LevelEditor.JoinOverlay

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

공개 메소드들

메소드 설명
JoinOverlay ( ) : System
Refresh ( int width, int height, IEnumerable joins, ScreenDrawingSurface>.IDictionary surfaces ) : void

비공개 메소드들

메소드 설명
DrawJoinPath ( Graphics g, int x1, int x2, int y1, int y2, bool transpose ) : void
JoinOverlay_Paint ( object sender, PaintEventArgs e ) : void

메소드 상세

JoinOverlay() 공개 메소드

public JoinOverlay ( ) : System
리턴 System

Refresh() 공개 메소드

public Refresh ( int width, int height, IEnumerable joins, ScreenDrawingSurface>.IDictionary surfaces ) : void
width int
height int
joins IEnumerable
surfaces ScreenDrawingSurface>.IDictionary
리턴 void