C# Class MGDF.GamesManager.Controls.ViewBase

显示文件 Open project: mrsharpoblunto/MGDF

Public Methods

Method Description
CloseView ( ) : void
Invoke ( InvokeDelegate d ) : void
ShowView ( IView parentView ) : void
ViewBase ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

DpiScaleX ( int x ) : int
DpiScaleY ( int y ) : int
ShowView ( ) : void
ShowView ( IWin32Window owner ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

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

ViewBase_Closed ( object sender, EventArgs e ) : void
ViewBase_Closing ( object sender, CancelEventArgs e ) : void
ViewBase_Shown ( object sender, EventArgs e ) : void

Method Details

CloseView() public method

public CloseView ( ) : void
return void

Dispose() protected method

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

DpiScaleX() protected method

protected DpiScaleX ( int x ) : int
x int
return int

DpiScaleY() protected method

protected DpiScaleY ( int y ) : int
y int
return int

Invoke() public method

public Invoke ( InvokeDelegate d ) : void
d InvokeDelegate
return void

ShowView() protected method

protected ShowView ( ) : void
return void

ShowView() public method

public ShowView ( IView parentView ) : void
parentView IView
return void

ShowView() protected method

protected ShowView ( IWin32Window owner ) : void
owner IWin32Window
return void

ViewBase() public method

public ViewBase ( ) : System
return System