C# Class BRDFSlices.DisplayPanel

Inheritance: System.Windows.Forms.Panel
Datei anzeigen Open project: Patapom/GodComplex

Public Properties

Property Type Description
PhiD double
ShowIsoLines bool

Protected Properties

Property Type Description
m_Slice System.Drawing.Bitmap

Public Methods

Method Description
DisplayPanel ( ) : System
DisplayPanel ( IContainer container ) : System

Protected Methods

Method Description
Convert ( double _Theta, double _Phi, double &_ThetaH, double &_ThetaD ) : void
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : 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

Convert() protected method

protected Convert ( double _Theta, double _Phi, double &_ThetaH, double &_ThetaD ) : void
_Theta double
_Phi double
_ThetaH double
_ThetaD double
return void

DisplayPanel() public method

public DisplayPanel ( ) : System
return System

DisplayPanel() public method

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

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

OnPaint() protected method

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

OnPaintBackground() protected method

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

Property Details

PhiD public_oe property

public double PhiD
return double

ShowIsoLines public_oe property

public bool ShowIsoLines
return bool

m_Slice protected_oe property

protected Bitmap,System.Drawing m_Slice
return System.Drawing.Bitmap