C# Class Fractrace.Scheduler.PaintJob

Inheritance: IAsyncComputationStarter
Afficher le fichier Open project: trafassel/Gestaltlupe Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

Abort() public méthode

Stop computing.
public Abort ( ) : void
Résultat void

ComputationEnds() public méthode

Is called, if computation of mIterate ends.
public ComputationEnds ( ) : void
Résultat void

PaintJob() public méthode

(master is used for progress bar).
public PaintJob ( IAsyncComputationStarter master, Graphics graphics ) : System
master IAsyncComputationStarter
graphics System.Drawing.Graphics
Résultat System

Progress() public méthode

Show progress. Valid values are [0, ..., 100].
public Progress ( double progressInPercent ) : void
progressInPercent double
Résultat void

Run() public méthode

Start Computing. Is called while rendering an animation.
public Run ( int updateSteps ) : void
updateSteps int
Résultat void