C# Class MegaMan.LevelEditor.StageForm

Inheritance: WeifenLuo.WinFormsUI.Docking.DockContent
Afficher le fichier Open project: Tesserex/C--MegaMan-Engine Class Usage Examples

Méthodes publiques

Méthode Description
Copy ( ) : void
Paste ( ) : TileBrush
Redo ( ) : void
SetText ( ) : void
StageForm ( StageDocument stage ) : System
Undo ( ) : void
ZoomIn ( Point center ) : void
ZoomOut ( Point center ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Private Methods

Méthode Description
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

Method Details

Copy() public méthode

public Copy ( ) : void
Résultat void

Dispose() protected méthode

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

OnMouseDown() protected méthode

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnScroll() protected méthode

protected OnScroll ( ScrollEventArgs se ) : void
se System.Windows.Forms.ScrollEventArgs
Résultat void

Paste() public méthode

public Paste ( ) : TileBrush
Résultat TileBrush

Redo() public méthode

public Redo ( ) : void
Résultat void

ScrollToControl() protected méthode

protected ScrollToControl ( Control activeControl ) : Point
activeControl System.Windows.Forms.Control
Résultat Point

SetText() public méthode

public SetText ( ) : void
Résultat void

StageForm() public méthode

public StageForm ( StageDocument stage ) : System
stage StageDocument
Résultat System

Undo() public méthode

public Undo ( ) : void
Résultat void

ZoomIn() public méthode

public ZoomIn ( Point center ) : void
center Point
Résultat void

ZoomOut() public méthode

public ZoomOut ( Point center ) : void
center Point
Résultat void