Property | Type | Description | |
---|---|---|---|
_fixedRenderer | int | ||
_forceRedraw | bool | ||
_graphics | |||
_inDrawing | bool | ||
_inDrawingMutex | object | ||
_isRightView | bool | ||
_iterate | |||
_iterateMutex | object | ||
_parameter | Fractrace.DataTypes.FracValues | ||
_pictureBox | |||
_progress | double | ||
_smallPreviewCurrentDrawStep | int | ||
_smallPreviewCurrentDrawStepMutex | object |
Method | Description | |
---|---|---|
Abort ( ) : void | ||
ActivatePictureArt ( ) : void | ||
ComputationEnds ( ) : void |
Wird aufgerufen, wenn die asynchrone Berechnung bendet wurde.
|
|
Draw ( ) : void |
Create a draw image.
|
|
GetProgress ( ) : double | ||
Progress ( double progressInPercent ) : void |
Fortschritt in Prozent.
|
|
Redraw ( |
Paint image with fixed renderer and reuse an iterate object after computation.
|
|
RenderImage ( ) : System |
Method | Description | |
---|---|---|
AssignParameters ( ) : void |
Parameters are set from ParameterDict.
|
|
Init ( ) : void |
Der Graphik-Kontext wird initialisiert.
|
|
OnProgress ( ) : void | ||
OneStepEnds ( ) : void |
Berechnung wurde beendet.
|
|
SetPictureBoxSize ( ) : void | ||
StartDrawing ( ) : void |
Neuzeichnen.
|
public Progress ( double progressInPercent ) : void | ||
progressInPercent | double | |
return | void |
public Redraw ( |
||
otherIterate | ||
renderer | int | |
return | void |
protected Graphics,System.Drawing _graphics | ||
return |
protected FracValues,Fractrace.DataTypes _parameter | ||
return | Fractrace.DataTypes.FracValues |
protected PictureBox,System.Windows.Forms _pictureBox | ||
return |
protected int _smallPreviewCurrentDrawStep | ||
return | int |