IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
IPLab.ThresholdForm Class Reference

Summary description for ThresholdForm. More...

+ Inheritance diagram for IPLab.ThresholdForm:
+ Collaboration diagram for IPLab.ThresholdForm:

Public Member Functions

 ThresholdForm ()
 

Protected Member Functions

override void Dispose (bool disposing)
 Clean up any resources being used. More...
 

Properties

Bitmap Image [set]
 
IFilter Filter [get]
 

Private Member Functions

void InitializeComponent ()
 Required method for Designer support - do not modify the contents of this method with the code editor. More...
 
void minBox_TextChanged (object sender, System.EventArgs e)
 
void slider_ValuesChanged (object sender, System.EventArgs e)
 

Private Attributes

Threshold filter = new Threshold( )
 
byte threshold = 128
 
System.Windows.Forms.Label label1
 
System.Windows.Forms.TextBox thresholdBox
 
AForge.Controls.ColorSlider slider
 
System.Windows.Forms.PictureBox pictureBox2
 
System.Windows.Forms.Button okButton
 
System.Windows.Forms.Button cancelButton
 
IPLab.FilterPreview filterPreview
 
System.Windows.Forms.GroupBox groupBox1
 
System.ComponentModel.Container components = null
 Required designer variable. More...
 

Detailed Description

Summary description for ThresholdForm.

Constructor & Destructor Documentation

Member Function Documentation

override void IPLab.ThresholdForm.Dispose ( bool  disposing)
inlineprotected

Clean up any resources being used.

References IPLab.ThresholdForm.components.

void IPLab.ThresholdForm.InitializeComponent ( )
inlineprivate

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

Referenced by IPLab.ThresholdForm.ThresholdForm().

void IPLab.ThresholdForm.minBox_TextChanged ( object  sender,
System.EventArgs  e 
)
inlineprivate
void IPLab.ThresholdForm.slider_ValuesChanged ( object  sender,
System.EventArgs  e 
)
inlineprivate

Member Data Documentation

Threshold IPLab.ThresholdForm.filter = new Threshold( )
private
byte IPLab.ThresholdForm.threshold = 128
private
System.Windows.Forms.Label IPLab.ThresholdForm.label1
private
System.Windows.Forms.TextBox IPLab.ThresholdForm.thresholdBox
private
AForge.Controls.ColorSlider IPLab.ThresholdForm.slider
private
System.Windows.Forms.PictureBox IPLab.ThresholdForm.pictureBox2
private
System.Windows.Forms.Button IPLab.ThresholdForm.okButton
private
System.Windows.Forms.Button IPLab.ThresholdForm.cancelButton
private
IPLab.FilterPreview IPLab.ThresholdForm.filterPreview
private
System.Windows.Forms.GroupBox IPLab.ThresholdForm.groupBox1
private
System.ComponentModel.Container IPLab.ThresholdForm.components = null
private

Required designer variable.

Referenced by IPLab.ThresholdForm.Dispose().

Property Documentation

Bitmap IPLab.ThresholdForm.Image
set
IFilter IPLab.ThresholdForm.Filter
get

The documentation for this class was generated from the following file: