C# Class NPP_HistogramEqualization.Form1

Afficher le fichier Open project: kunzmi/managedCuda

Méthodes publiques

Méthode Description
Form1 ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Verwendete Ressourcen bereinigen.

Private Methods

Méthode Description
CleanUp ( ) : void
Form1_FormClosing ( object sender, FormClosingEventArgs e ) : void
Form1_Load ( object sender, EventArgs e ) : void
GetHistogramImage ( int histi, int channel ) : Bitmap
GetHistogramImage ( int histi1, int histi2, int histi3, int channel ) : Bitmap
InitializeComponent ( ) : void

Erforderliche Methode für die Designerunterstützung. Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.

SetPalette ( Bitmap bmp ) : void
btn_Save_Click ( object sender, EventArgs e ) : void
btn_calc_Click ( object sender, EventArgs e ) : void
btn_open_Click ( object sender, EventArgs e ) : void
nppwarnings_OnNPPWarning ( object sender, NPPWarningHandler e ) : void

Method Details

Dispose() protected méthode

Verwendete Ressourcen bereinigen.
protected Dispose ( bool disposing ) : void
disposing bool True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.
Résultat void

Form1() public méthode

public Form1 ( ) : System
Résultat System