C# Class DimScreen.frmMain

Mostra file Open project: DHIteration/DimScreen Class Usage Examples

Public Methods

Method Description
RoundToNearest ( double Amount, double RoundTo ) : double
frmMain ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnShown ( EventArgs e ) : void

Private Methods

Method 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 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

OnShown() protected method

protected OnShown ( EventArgs e ) : void
e EventArgs
return void

RoundToNearest() public static method

public static RoundToNearest ( double Amount, double RoundTo ) : double
Amount double
RoundTo double
return double

frmMain() public method

public frmMain ( ) : System
return System