C# Class Mie2QuantileFunction.OutputPanel

Inheritance: System.Windows.Forms.Panel
Exibir arquivo Open project: Patapom/GodComplex

Protected Properties

Property Type Description
m_Bitmap System.Drawing.Bitmap

Public Methods

Method Description
OutputPanel ( ) : System
OutputPanel ( IContainer container ) : System
ScatteringReShoot ( ) : void
SetQuantileRanges ( bool _Peak, float _AngleStart, float _AngleEnd, float _SumPhase, float _TotalPhase ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

DrawLine ( Graphics G, float x0, float y0, float x1, float y1 ) : void
DrawLine ( Graphics G, float x0, float y0, float x1, float y1, Pen _Pen ) : void
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void
OnSizeChanged ( EventArgs e ) : void
UpdateBitmap ( ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

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

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

DrawLine() protected method

protected DrawLine ( Graphics G, float x0, float y0, float x1, float y1 ) : void
G System.Drawing.Graphics
x0 float
y0 float
x1 float
y1 float
return void

DrawLine() protected method

protected DrawLine ( Graphics G, float x0, float y0, float x1, float y1, Pen _Pen ) : void
G System.Drawing.Graphics
x0 float
y0 float
x1 float
y1 float
_Pen System.Drawing.Pen
return void

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnPaintBackground() protected method

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnSizeChanged() protected method

protected OnSizeChanged ( EventArgs e ) : void
e System.EventArgs
return void

OutputPanel() public method

public OutputPanel ( ) : System
return System

OutputPanel() public method

public OutputPanel ( IContainer container ) : System
container IContainer
return System

ScatteringReShoot() public method

public ScatteringReShoot ( ) : void
return void

SetQuantileRanges() public method

public SetQuantileRanges ( bool _Peak, float _AngleStart, float _AngleEnd, float _SumPhase, float _TotalPhase ) : void
_Peak bool
_AngleStart float
_AngleEnd float
_SumPhase float
_TotalPhase float
return void

UpdateBitmap() protected method

protected UpdateBitmap ( ) : void
return void

Property Details

m_Bitmap protected_oe property

protected Bitmap,System.Drawing m_Bitmap
return System.Drawing.Bitmap