C# Class winmaped2.MapController

Inheritance: System.Windows.Forms.Panel
Mostra file Open project: Bananattack/verge3 Class Usage Examples

Public Methods

Method Description
AssociateMinimap ( MiniMapControl mmc ) : void
MapController ( ) : System
UpdateSize ( ) : void

Protected Methods

Method Description
OnSizeChanged ( EventArgs e ) : void

Private Methods

Method Description
c_hscroll_ValueChanged ( object sender, EventArgs e ) : void
c_vscroll_ValueChanged ( object sender, EventArgs e ) : void

Method Details

AssociateMinimap() public method

public AssociateMinimap ( MiniMapControl mmc ) : void
mmc MiniMapControl
return void

MapController() public method

public MapController ( ) : System
return System

OnSizeChanged() protected method

protected OnSizeChanged ( EventArgs e ) : void
e System.EventArgs
return void

UpdateSize() public method

public UpdateSize ( ) : void
return void