C# Class FilterTest

Inheritance: MonoBehaviour
Mostra file Open project: Duke-Jones/ED-IBE Class Usage Examples

Public Methods

Method Description
FilterTest ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
FilterTest_FormClosing ( object sender, System e ) : void
FilterTest_Load ( object sender, EventArgs, e ) : void
FilterTest_Shown ( object sender, EventArgs, e ) : void
InitializeComponent ( ) : void

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

cmdCloseOnly_Click ( object sender, EventArgs, e ) : void
cmdSaveClose_Click ( object sender, EventArgs, e ) : void
nudCutoffValue_ValueChanged ( object sender, EventArgs, e ) : void
pbPicture_Click ( object sender, MouseEventArgs, e ) : void
pbPicture_MouseDown ( object sender, MouseEventArgs, e ) : void
pbPicture_MouseMove ( object sender, MouseEventArgs, e ) : void
pbPicture_MouseUp ( object sender, MouseEventArgs, e ) : void
pbSampleTooHigh_Click ( object sender, EventArgs, e ) : void
pbSampleTooLow_Click ( object sender, EventArgs, e ) : void
setMagnifier ( ) : 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

FilterTest() public method

public FilterTest ( ) : System
return System