C# 클래스 LobeViewer.DisplayForm

파일 보기 프로젝트 열기: Patapom/GodComplex

보호된 프로퍼티들

프로퍼티 타입 설명
m_Intersections ].double[
m_Pen Pen
m_Slice Bitmap

공개 메소드들

메소드 설명
DisplayForm ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

Redraw ( ) : void

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

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

buttonRebuild_Click ( object sender, EventArgs e ) : void
checkBoxDifferences_CheckedChanged ( object sender, EventArgs e ) : void
checkBoxShowIsolines_CheckedChanged ( object sender, EventArgs e ) : void
checkBoxUseWarping_CheckedChanged ( object sender, EventArgs e ) : void
floatTrackbarControlExposure_ValueChanged ( Nuaj _Sender, float _fFormerValue ) : void
floatTrackbarControlGamma_ValueChanged ( Nuaj _Sender, float _fFormerValue ) : void
floatTrackbarControlScaleFactor_ValueChanged ( Nuaj _Sender, float _fFormerValue ) : void
floatTrackbarControlWarpFactor_ValueChanged ( Nuaj _Sender, float _fFormerValue ) : void
integerTrackbarControlPhiD_ValueChanged ( Nuaj _Sender, int _FormerValue ) : void

메소드 상세

DisplayForm() 공개 메소드

public DisplayForm ( ) : System
리턴 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

Redraw() 보호된 메소드

protected Redraw ( ) : void
리턴 void

프로퍼티 상세

m_Intersections 보호되어 있는 프로퍼티

protected double[,] m_Intersections
리턴 ].double[

m_Pen 보호되어 있는 프로퍼티

protected Pen m_Pen
리턴 Pen

m_Slice 보호되어 있는 프로퍼티

protected Bitmap m_Slice
리턴 Bitmap