Property | Type | Description | |
---|---|---|---|
_currentPreviewStep | int | ||
_currentPreviewSubStep | double | ||
_formula | string | ||
_inRenderingPreview | bool | ||
_pictureSize | double |
Method | Description | |
---|---|---|
Abort ( ) : void | ||
AddCurrentHistoryEntry ( ) : void |
Append Entry to Animation
|
|
AddToAnimation ( ) : void | ||
AnimationControl ( ) : System |
Constructer.
|
|
Init ( ParameterHistory data ) : void |
Initialisierung.
|
|
RemoveStep ( int time ) : void |
Remove entry with given time from timeline.
|
|
UpdateFromChangeProperty ( ) : void |
Is called if some properties changed.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Verwendete Ressourcen bereinigen.
|
|
mPreview1_RenderingEnds ( ) : void |
Rendering of one preview image is ready.
|
Method | Description | |
---|---|---|
ComputeAnimationPart ( int from, int to, int steps, ParameterHistory animationHistory, int historyIndex ) : void |
Compute part of animation.
|
|
CreateAnimationSteps ( string animationDescription ) : void |
Create animation info from string.
|
|
InitializeComponent ( ) : void |
Erforderliche Methode für die Designerunterstützung. Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
|
|
RenderPreview ( ) : void |
Draws all preview images.
|
|
btnAddRow_Click ( object sender, |
Zeile wird an der aktuellen Position eingefügt.
|
|
btnLoad_Click ( object sender, |
Load Animation file.
|
|
btnPreview_Click ( object sender, |
Diplay some animation steps as preview images.
|
|
btnSave_Click ( object sender, |
Saved animation file.
|
|
btnStart_Click ( object sender, |
Start rendering full Animation.
|
|
btnStop_Click ( object sender, |
Stop Animation. Creation of current image is not stopped.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False. |
return | void |