C# Class AForge.Controls.Histogram

Inheritance: Control
Show file Open project: Micke3rd/AForge.NET

Private Properties

Property Type Description
Histogram_MouseDown void
Histogram_MouseLeave void
Histogram_MouseMove void
Histogram_MouseUp void
InitializeComponent void

Public Methods

Method Description
Histogram ( ) : System

Initializes a new instance of the Histogram class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Dispose the object.

OnPaint ( PaintEventArgs pe ) : void

Paint the control.

Private Methods

Method 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 method

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

Histogram() public method

Initializes a new instance of the Histogram class.
public Histogram ( ) : System
return System

OnPaint() protected method

Paint the control.
protected OnPaint ( PaintEventArgs pe ) : void
pe PaintEventArgs Data for Paint event.
return void