IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Public Member Functions | |
SaltNoiseForm () | |
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 | noiseAmountTrackBar_ValueChanged (object sender, EventArgs e) |
void | noiseAmountBox_TextChanged (object sender, EventArgs e) |
void | InitializeComponent () |
Required method for Designer support - do not modify the contents of this method with the code editor. More... | |
Private Attributes | |
SaltAndPepperNoise | filter = new SaltAndPepperNoise( ) |
System.ComponentModel.IContainer | components = null |
Required designer variable. More... | |
System.Windows.Forms.Button | cancelButton |
FilterPreview | filterPreview |
System.Windows.Forms.Button | okButton |
System.Windows.Forms.GroupBox | groupBox1 |
System.Windows.Forms.Label | label1 |
System.Windows.Forms.TextBox | noiseAmountBox |
System.Windows.Forms.TrackBar | noiseAmountTrackBar |
|
inline |
|
inlineprivate |
References IPLab.SaltNoiseForm.noiseAmountBox, and IPLab.SaltNoiseForm.noiseAmountTrackBar.
Referenced by IPLab.SaltNoiseForm.InitializeComponent().
|
inlineprivate |
References IPLab.SaltNoiseForm.filterPreview, IPLab.SaltNoiseForm.noiseAmountBox, and IPLab.FilterPreview.RefreshFilter().
Referenced by IPLab.SaltNoiseForm.InitializeComponent().
|
inlineprotected |
Clean up any resources being used.
disposing | true if managed resources should be disposed; otherwise, false. |
References IPLab.SaltNoiseForm.components.
|
inlineprivate |
Required method for Designer support - do not modify the contents of this method with the code editor.
References IPLab.SaltNoiseForm.cancelButton, IPLab.SaltNoiseForm.filterPreview, IPLab.SaltNoiseForm.groupBox1, IPLab.FilterPreview.Image, IPLab.SaltNoiseForm.label1, IPLab.SaltNoiseForm.noiseAmountBox, IPLab.SaltNoiseForm.noiseAmountBox_TextChanged(), IPLab.SaltNoiseForm.noiseAmountTrackBar, IPLab.SaltNoiseForm.noiseAmountTrackBar_ValueChanged(), and IPLab.SaltNoiseForm.okButton.
Referenced by IPLab.SaltNoiseForm.SaltNoiseForm().
|
private |
|
private |
Required designer variable.
Referenced by IPLab.SaltNoiseForm.Dispose().
|
private |
Referenced by IPLab.SaltNoiseForm.InitializeComponent().
|
private |
|
private |
Referenced by IPLab.SaltNoiseForm.InitializeComponent().
|
private |
Referenced by IPLab.SaltNoiseForm.InitializeComponent().
|
private |
Referenced by IPLab.SaltNoiseForm.InitializeComponent().
|
private |
|
private |
|
set |
Referenced by IPLab.ImageDoc.saltNoiseFiltersItem_Click().
|
get |
Referenced by IPLab.ImageDoc.saltNoiseFiltersItem_Click().