C# Class DimScreen.frmMain

Afficher le fichier Open project: DHIteration/DimScreen Class Usage Examples

Méthodes publiques

Méthode Description
RoundToNearest ( double Amount, double RoundTo ) : double
frmMain ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnShown ( EventArgs e ) : void

Private Methods

Méthode Description
GetWindowLong ( IntPtr hWnd, GWL nIndex ) : int
InitializeComponent ( ) : void

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

SetLayeredWindowAttributes ( IntPtr hWnd, int crKey, byte alpha, LWA dwFlags ) : bool
SetWindowLong ( IntPtr hWnd, GWL nIndex, int dwNewLong ) : int
applyTransparency ( ) : void
closeF ( ) : void
frmMain_FormClosed ( object sender, FormClosedEventArgs e ) : void
frmMain_Load ( object sender, EventArgs e ) : void
timerPhase_Tick ( object sender, EventArgs e ) : void

Method Details

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

OnShown() protected méthode

protected OnShown ( EventArgs e ) : void
e EventArgs
Résultat void

RoundToNearest() public static méthode

public static RoundToNearest ( double Amount, double RoundTo ) : double
Amount double
RoundTo double
Résultat double

frmMain() public méthode

public frmMain ( ) : System
Résultat System