C# 클래스 BRDFSlices.DisplayPanel

상속: System.Windows.Forms.Panel
파일 보기 프로젝트 열기: Patapom/GodComplex

공개 프로퍼티들

프로퍼티 타입 설명
PhiD double
ShowIsoLines bool

보호된 프로퍼티들

프로퍼티 타입 설명
m_Slice System.Drawing.Bitmap

공개 메소드들

메소드 설명
DisplayPanel ( ) : System
DisplayPanel ( IContainer container ) : System

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

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

메소드 상세

Convert() 보호된 메소드

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

DisplayPanel() 공개 메소드

public DisplayPanel ( ) : System
리턴 System

DisplayPanel() 공개 메소드

public DisplayPanel ( IContainer container ) : System
container IContainer
리턴 System

Dispose() 보호된 메소드

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

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

OnPaintBackground() 보호된 메소드

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

프로퍼티 상세

PhiD 공개적으로 프로퍼티

public double PhiD
리턴 double

ShowIsoLines 공개적으로 프로퍼티

public bool ShowIsoLines
리턴 bool

m_Slice 보호되어 있는 프로퍼티

protected Bitmap,System.Drawing m_Slice
리턴 System.Drawing.Bitmap