C# Class ServerWrap.Histogram

Summary description for HistogramaDesenat.
Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: N3X15/MineEdit

Private Properties

Свойство Type Description
ComputeXYUnitValues void
HistogramaDesenat_Paint void
HistogramaDesenat_Resize void
InitializeComponent void
getMaxim long

Méthodes publiques

Méthode Description
DrawHistogram ( long Values ) : void

We draw the histogram on the control

Histogram ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
ComputeXYUnitValues ( ) : void
HistogramaDesenat_Paint ( object sender, PaintEventArgs e ) : void
HistogramaDesenat_Resize ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

getMaxim ( long Vals ) : long

We get the highest value from the array

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

DrawHistogram() public méthode

We draw the histogram on the control
public DrawHistogram ( long Values ) : void
Values long
Résultat void

Histogram() public méthode

public Histogram ( ) : System
Résultat System