Property | Type | Description | |
---|---|---|---|
PublicForm | |||
_inPreview | bool |
Property | Type | Description | |
---|---|---|---|
_forceClosing | bool | ||
_oldParameterHashWithoutPictureArt | string | ||
_oldParameterHashWithoutPictureArtAndNavigation | string | ||
_progress | double | ||
_progressChanged | bool |
Property | Type | Description | |
---|---|---|---|
DrawPicture | void | ||
ImageCreationEnds | void | ||
ImageCreationStarts | void | ||
IsFirstSubStepRendering | bool | ||
IsSubStepRendering | bool | ||
SetZoom | void | ||
StopRunningPictureArt | void | ||
drawImage | void | ||
pictureBox1_MouseDown | void | ||
pictureBox1_MouseMove | void | ||
pictureBox1_MouseUp | void | ||
timer1_Tick | void |
Method | Description | |
---|---|---|
ActivatePictureArt ( ) : void |
The surface data is analysed. The generation of the corresponding bitmap starts here .
|
|
CallDrawImage ( ) : void |
Call drawImage in Windows.Forms thread.
|
|
ComputationEnds ( ) : void |
Raise the event "the asynchrone computation has ended".
|
|
ComputeOneStep ( ) : void |
Create surface model.
|
|
ComputeOneStepEnds ( ) : void | ||
ForceClosing ( ) : void |
Ends this application.
|
|
GetImage ( ) : Image |
Get internal image data.
|
|
Progress ( double progressInPercent ) : void |
Set computation progress in percent.
|
|
ResultImageView ( ) : System |
Initializes a new instance of the ResultImageView class.
|
|
SetPictureBoxSize ( ) : void |
Sets the size of the picture box and the corresponding image from settings.
|
|
ShowPictureFromFile ( string fileName ) : void |
Load bitmap from the given file and displays it.
|
|
Stop ( ) : void |
Stops the surface generation.
|
Method | Description | |
---|---|---|
GetParameterHashWithoutPictureArt ( ) : string |
Computes the hash of all Parameter entries which are used in rendering, but not in picture art. The following categories are not used: Composite, Computation.NoOfThreads
|
|
OnClosing ( CancelEventArgs e ) : void |
Dialog on closing this application.
|
|
OnProgress ( ) : void |
The value of the progressbar is updated.
|
|
OneStepEnds ( ) : void |
Asyncrone computation is ready (but not the generation of the bitmap).
|
Method | Description | |
---|---|---|
DrawPicture ( ) : void |
Create PictureArt and use it to paint the current picture according to iter.
|
|
ImageCreationEnds ( ) : void | ||
ImageCreationStarts ( ) : void | ||
IsFirstSubStepRendering ( ) : bool |
Return true, if bitmap creation is for first substep.
|
|
IsSubStepRendering ( ) : bool |
Return true, if bitmap creation is for substeps only.
|
|
SetZoom ( ) : void |
Activate zooming.
|
|
StopRunningPictureArt ( ) : void |
Kill running PictureArt process.
|
|
drawImage ( ) : void |
Refresh view. This is necessary to display pictureBox1.Image.
|
|
pictureBox1_MouseDown ( object sender, MouseEventArgs e ) : void |
Save mouse position for later use in zoom.
|
|
pictureBox1_MouseMove ( object sender, MouseEventArgs e ) : void |
Save mouse position for later use in zoom.
|
|
pictureBox1_MouseUp ( object sender, MouseEventArgs e ) : void |
Transfer of zooming parameters ends.
|
|
timer1_Tick ( object sender, |
Try to update in background (still with some sync problems).
|
protected GetParameterHashWithoutPictureArt ( ) : string | ||
return | string |
protected OnClosing ( CancelEventArgs e ) : void | ||
e | CancelEventArgs | |
return | void |
public Progress ( double progressInPercent ) : void | ||
progressInPercent | double | |
return | void |
public ShowPictureFromFile ( string fileName ) : void | ||
fileName | string | |
return | void |
public static ResultImageView,Fractrace PublicForm | ||
return |
protected string _oldParameterHashWithoutPictureArt | ||
return | string |
protected string _oldParameterHashWithoutPictureArtAndNavigation | ||
return | string |