Property | Type | Description | |
---|---|---|---|
_renderOnClick | bool | ||
btnPreview |
Method | Description | |
---|---|---|
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, |
Redraw, forced by the user (in this application on mouse click).
|
|
pArt_PaintEnds ( ) : void |
Called, if event PaintEnds in Renderer is raised.
|
Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
DrawFromView ( ) : void | ||
InitializeComponent ( ) : void |
public PreviewControl ( int updateSteps ) : System | ||
updateSteps | int | |
return | System |
public Progress ( double progressInPercent ) : void | ||
progressInPercent | double | |
return | void |
public btnPreview_Click ( object sender, |
||
sender | object | |
e | ||
return | void |