A helper class that handles IAnimation
objects and runs their Animate(Double)
methods on a Control's thread.
Namespace: yWorks.Canvas.AnimationAssembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)
Syntax
| C# |
|---|
public class Animator |
| Visual Basic |
|---|
Public Class Animator |
Remarks
This class is primarily intended to be used with CanvasControl.
Use the Animate(IAnimation) or AnimateAndWait(IAnimation)
methods to start animations.
Inheritance Hierarchy
System..::..Object
yWorks.Canvas.Animation..::..Animator
yWorks.Canvas.Animation..::..Animator