C# Class MGDF.GamesManager.Controls.ViewBase

Afficher le fichier Open project: mrsharpoblunto/MGDF

Méthodes publiques

Méthode Description
CloseView ( ) : void
Invoke ( InvokeDelegate d ) : void
ShowView ( IView parentView ) : void
ViewBase ( ) : System

Méthodes protégées

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

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

public CloseView ( ) : 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

DpiScaleX() protected méthode

protected DpiScaleX ( int x ) : int
x int
Résultat int

DpiScaleY() protected méthode

protected DpiScaleY ( int y ) : int
y int
Résultat int

Invoke() public méthode

public Invoke ( InvokeDelegate d ) : void
d InvokeDelegate
Résultat void

ShowView() protected méthode

protected ShowView ( ) : void
Résultat void

ShowView() public méthode

public ShowView ( IView parentView ) : void
parentView IView
Résultat void

ShowView() protected méthode

protected ShowView ( IWin32Window owner ) : void
owner IWin32Window
Résultat void

ViewBase() public méthode

public ViewBase ( ) : System
Résultat System