C# 클래스 MegaMan.LevelEditor.StageForm

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

공개 메소드들

메소드 설명
Copy ( ) : void
Paste ( ) : TileBrush
Redo ( ) : void
SetText ( ) : void
StageForm ( StageDocument stage ) : System
Undo ( ) : void
ZoomIn ( Point center ) : void
ZoomOut ( Point center ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnMouseDown ( MouseEventArgs e ) : void
OnScroll ( ScrollEventArgs se ) : void
ScrollToControl ( Control activeControl ) : Point

비공개 메소드들

메소드 설명
AlignScreenSurfaces ( ) : void
CreateScreenSurface ( ScreenDocument screen ) : ScreenDrawingSurface
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

LayoutFromScreen ( ScreenDrawingSurface surface, Point location ) : void
LayoutNextScreen ( ScreenDrawingSurface surface, Point location, Join join, bool one ) : void
RedrawZoom ( Point center ) : void
RenameSurface ( string oldScreenName, string newScreenName ) : void
SetBackgroundGrid ( ) : void
SetStage ( StageDocument stage ) : void
SurfaceCollides ( IEnumerable placedAlready, ScreenDrawingSurface next ) : Rectangle
TryToFixCollision ( ScreenDrawingSurface surface, Rectangle collision ) : void
surface_Edited ( object sender, ScreenEditEventArgs e ) : void

메소드 상세

Copy() 공개 메소드

public Copy ( ) : void
리턴 void

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

OnMouseDown() 보호된 메소드

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

OnScroll() 보호된 메소드

protected OnScroll ( ScrollEventArgs se ) : void
se System.Windows.Forms.ScrollEventArgs
리턴 void

Paste() 공개 메소드

public Paste ( ) : TileBrush
리턴 TileBrush

Redo() 공개 메소드

public Redo ( ) : void
리턴 void

ScrollToControl() 보호된 메소드

protected ScrollToControl ( Control activeControl ) : Point
activeControl System.Windows.Forms.Control
리턴 Point

SetText() 공개 메소드

public SetText ( ) : void
리턴 void

StageForm() 공개 메소드

public StageForm ( StageDocument stage ) : System
stage StageDocument
리턴 System

Undo() 공개 메소드

public Undo ( ) : void
리턴 void

ZoomIn() 공개 메소드

public ZoomIn ( Point center ) : void
center Point
리턴 void

ZoomOut() 공개 메소드

public ZoomOut ( Point center ) : void
center Point
리턴 void