C# 클래스 Fractrace.PreviewControl

Control which displays the redered image.
상속: RenderImage
파일 보기 프로젝트 열기: trafassel/Gestaltlupe 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_renderOnClick bool
btnPreview System.Windows.Forms.Button

공개 메소드들

메소드 설명
Clear ( ) : void

Clear the image.

ComputationEnds ( ) : void

Wird aufgerufen, wenn die asynchrone Berechnung bendet wurde.

InitBaseImage ( ) : void

Internal reference bitmap is set (as copy of current bitmap).

InitLabelImage ( ) : void

Set the size of the labelImage

MoveBitmap ( int x, int y ) : void
PreviewControl ( int updateSteps ) : System
Progress ( double progressInPercent ) : void

Fortschritt in Prozent.

btnPreview_Click ( object sender, EventArgs e ) : void

Redraw, forced by the user (in this application on mouse click).

pArt_PaintEnds ( ) : void

Called, if event PaintEnds in Renderer is raised.

보호된 메소드들

메소드 설명
Init ( ) : void

Der Graphik-Kontext wird initialisiert.

IsSmallPreview ( ) : bool

Return true, if corresponding image is used as small preview.

OneStepEnds ( ) : void

Berechnung wurde beendet.

StartDrawing ( ) : void

Neuzeichnen.

비공개 메소드들

메소드 설명
DrawFromView ( ) : void
InitializeComponent ( ) : void

메소드 상세

Clear() 공개 메소드

Clear the image.
public Clear ( ) : void
리턴 void

ComputationEnds() 공개 메소드

Wird aufgerufen, wenn die asynchrone Berechnung bendet wurde.
public ComputationEnds ( ) : void
리턴 void

Init() 보호된 메소드

Der Graphik-Kontext wird initialisiert.
protected Init ( ) : void
리턴 void

InitBaseImage() 공개 메소드

Internal reference bitmap is set (as copy of current bitmap).
public InitBaseImage ( ) : void
리턴 void

InitLabelImage() 공개 메소드

Set the size of the labelImage
public InitLabelImage ( ) : void
리턴 void

IsSmallPreview() 보호된 메소드

Return true, if corresponding image is used as small preview.
protected IsSmallPreview ( ) : bool
리턴 bool

MoveBitmap() 공개 메소드

public MoveBitmap ( int x, int y ) : void
x int
y int
리턴 void

OneStepEnds() 보호된 메소드

Berechnung wurde beendet.
protected OneStepEnds ( ) : void
리턴 void

PreviewControl() 공개 메소드

public PreviewControl ( int updateSteps ) : System
updateSteps int
리턴 System

Progress() 공개 메소드

Fortschritt in Prozent.
public Progress ( double progressInPercent ) : void
progressInPercent double
리턴 void

StartDrawing() 보호된 메소드

Neuzeichnen.
protected StartDrawing ( ) : void
리턴 void

btnPreview_Click() 공개 메소드

Redraw, forced by the user (in this application on mouse click).
public btnPreview_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

pArt_PaintEnds() 공개 메소드

Called, if event PaintEnds in Renderer is raised.
public pArt_PaintEnds ( ) : void
리턴 void

프로퍼티 상세

_renderOnClick 보호되어 있는 프로퍼티

protected bool _renderOnClick
리턴 bool

btnPreview 보호되어 있는 프로퍼티

protected Button,System.Windows.Forms btnPreview
리턴 System.Windows.Forms.Button