C# Class Mie2QuantileFunction.OutputPanel

Inheritance: System.Windows.Forms.Panel
Afficher le fichier Open project: Patapom/GodComplex

Protected Properties

Свойство Type Description
m_Bitmap System.Drawing.Bitmap

Méthodes publiques

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

Méthodes protégées

Méthode 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

Méthode Description
InitializeComponent ( ) : void

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

Method Details

Dispose() protected méthode

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

DrawLine() protected méthode

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
Résultat void

DrawLine() protected méthode

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
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnPaintBackground() protected méthode

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnSizeChanged() protected méthode

protected OnSizeChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OutputPanel() public méthode

public OutputPanel ( ) : System
Résultat System

OutputPanel() public méthode

public OutputPanel ( IContainer container ) : System
container IContainer
Résultat System

ScatteringReShoot() public méthode

public ScatteringReShoot ( ) : void
Résultat void

SetQuantileRanges() public méthode

public SetQuantileRanges ( bool _Peak, float _AngleStart, float _AngleEnd, float _SumPhase, float _TotalPhase ) : void
_Peak bool
_AngleStart float
_AngleEnd float
_SumPhase float
_TotalPhase float
Résultat void

UpdateBitmap() protected méthode

protected UpdateBitmap ( ) : void
Résultat void

Property Details

m_Bitmap protected_oe property

protected Bitmap,System.Drawing m_Bitmap
Résultat System.Drawing.Bitmap