C# 클래스 Fractrace.Scheduler.PaintJob

상속: IAsyncComputationStarter
파일 보기 프로젝트 열기: trafassel/Gestaltlupe 1 사용 예제들

공개 메소드들

메소드 설명
Abort ( ) : void

Stop computing.

ComputationEnds ( ) : void

Is called, if computation of mIterate ends.

PaintJob ( IAsyncComputationStarter master, Graphics graphics ) : System

(master is used for progress bar).

Progress ( double progressInPercent ) : void

Show progress. Valid values are [0, ..., 100].

Run ( int updateSteps ) : void

Start Computing. Is called while rendering an animation.

메소드 상세

Abort() 공개 메소드

Stop computing.
public Abort ( ) : void
리턴 void

ComputationEnds() 공개 메소드

Is called, if computation of mIterate ends.
public ComputationEnds ( ) : void
리턴 void

PaintJob() 공개 메소드

(master is used for progress bar).
public PaintJob ( IAsyncComputationStarter master, Graphics graphics ) : System
master IAsyncComputationStarter
graphics System.Drawing.Graphics
리턴 System

Progress() 공개 메소드

Show progress. Valid values are [0, ..., 100].
public Progress ( double progressInPercent ) : void
progressInPercent double
리턴 void

Run() 공개 메소드

Start Computing. Is called while rendering an animation.
public Run ( int updateSteps ) : void
updateSteps int
리턴 void