C# Класс Mie2QuantileFunction.OutputPanel

Наследование: System.Windows.Forms.Panel
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
m_Bitmap System.Drawing.Bitmap

Открытые методы

Метод Описание
OutputPanel ( ) : System
OutputPanel ( IContainer container ) : System
ScatteringReShoot ( ) : void
SetQuantileRanges ( bool _Peak, float _AngleStart, float _AngleEnd, float _SumPhase, float _TotalPhase ) : void

Защищенные методы

Метод Описание
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

Приватные методы

Метод Описание
InitializeComponent ( ) : void

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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

DrawLine() защищенный Метод

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
Результат void

DrawLine() защищенный Метод

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
Результат void

OnPaint() защищенный Метод

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Результат void

OnPaintBackground() защищенный Метод

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
Результат void

OnSizeChanged() защищенный Метод

protected OnSizeChanged ( EventArgs e ) : void
e System.EventArgs
Результат void

OutputPanel() публичный Метод

public OutputPanel ( ) : System
Результат System

OutputPanel() публичный Метод

public OutputPanel ( IContainer container ) : System
container IContainer
Результат System

ScatteringReShoot() публичный Метод

public ScatteringReShoot ( ) : void
Результат void

SetQuantileRanges() публичный Метод

public SetQuantileRanges ( bool _Peak, float _AngleStart, float _AngleEnd, float _SumPhase, float _TotalPhase ) : void
_Peak bool
_AngleStart float
_AngleEnd float
_SumPhase float
_TotalPhase float
Результат void

UpdateBitmap() защищенный Метод

protected UpdateBitmap ( ) : void
Результат void

Описание свойств

m_Bitmap защищенное свойство

protected Bitmap,System.Drawing m_Bitmap
Результат System.Drawing.Bitmap