C# Class AForge.Controls.Histogram

Inheritance: Control
Afficher le fichier Open project: Micke3rd/AForge.NET

Private Properties

Свойство Type Description
Histogram_MouseDown void
Histogram_MouseLeave void
Histogram_MouseMove void
Histogram_MouseUp void
InitializeComponent void

Méthodes publiques

Méthode Description
Histogram ( ) : System

Initializes a new instance of the Histogram class.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Dispose the object.

OnPaint ( PaintEventArgs pe ) : void

Paint the control.

Private Methods

Méthode Description
Histogram_MouseDown ( object sender, MouseEventArgs e ) : void
Histogram_MouseLeave ( object sender, EventArgs e ) : void
Histogram_MouseMove ( object sender, MouseEventArgs e ) : void
Histogram_MouseUp ( object sender, MouseEventArgs e ) : void
InitializeComponent ( ) : void

Method Details

Dispose() protected méthode

Dispose the object.
protected Dispose ( bool disposing ) : void
disposing bool Indicates if disposing was initiated manually.
Résultat void

Histogram() public méthode

Initializes a new instance of the Histogram class.
public Histogram ( ) : System
Résultat System

OnPaint() protected méthode

Paint the control.
protected OnPaint ( PaintEventArgs pe ) : void
pe PaintEventArgs Data for Paint event.
Résultat void