Contains definitions, default implementations, and support classes that deal with the
animation
of the contents of a
CanvasControl
.
Classes
| Class | Description | |
|---|---|---|
| Animator |
A helper class that handles IAnimation
objects and runs their Animate(Double)
methods on a Control's thread.
| |
| CompositeAnimation |
A collection of simultaneous IAnimations.
| |
| EasedAnimation |
Decorator for IAnimation instances to allow for ease in
and ease out animation effects.
| |
| GeneralPathAnimation |
Animates a mutable point along a GeneralPath.
| |
| SimpleAnimation<(Of <(<'T>)>)> |
Animates a value of the parameter type T.
| |
| ViewportAnimation |
Animates changing the viewport bounds and the zoom factor for a CanvasControl.
|
Interfaces
| Interface | Description | |
|---|---|---|
| IAnimation |
An interface for animation.
|
Delegates
| Delegate | Description | |
|---|---|---|
| AnimationHandler |
A callback method handler that is used during animations.
| |
| SimpleAnimation<(Of <(<'T>)>)>..::..Add |
The delegate type for adding two instances of the parameter type T.
| |
| SimpleAnimation<(Of <(<'T>)>)>..::..Scale |
The delegate type for scaling a value of the parameter type T.
| |
| SimpleAnimation<(Of <(<'T>)>)>..::..Set |
The delegate type for setting an animated value of the parameter type T.
|