WinForm Animation Library
|
▼CWinFormAnimation.IAnimator | The base interface for any Animator class, custom or build-in |
CWinFormAnimation.Animator | The one dimensional animator class, useful for animating raw values |
CWinFormAnimation.Animator2D | The two dimensional animator class, useful for animating values created from two underlying values |
CWinFormAnimation.Animator3D | The three dimensional animator class, useful for animating values created from three underlying values |
▼CIConvertible | |
CWinFormAnimation.Float2D | The Float2D class contains two values and represents a point in a 2D plane |
CWinFormAnimation.Float3D | The Float3D class contains two values and represents a point in a 3D plane |
▼CIEquatable | |
CWinFormAnimation.Float2D | The Float2D class contains two values and represents a point in a 2D plane |
CWinFormAnimation.Float2D | The Float2D class contains two values and represents a point in a 2D plane |
CWinFormAnimation.Float2D | The Float2D class contains two values and represents a point in a 2D plane |
CWinFormAnimation.Float2D | The Float2D class contains two values and represents a point in a 2D plane |
CWinFormAnimation.Float2D | The Float2D class contains two values and represents a point in a 2D plane |
CWinFormAnimation.Float3D | The Float3D class contains two values and represents a point in a 3D plane |
CWinFormAnimation.Float3D | The Float3D class contains two values and represents a point in a 3D plane |
CWinFormAnimation.Path | The Path class is a representation of a line in a 1D plane and the speed in which the animator plays it |
CWinFormAnimation.Path2D | The Path2D class is a representation of a line in a 2D plane and the speed in which the animator plays it |
CWinFormAnimation.Path3D | The Path3D class is a representation of a line in a 3D plane and the speed in which the animator plays it |
▼CWinFormAnimation.SafeInvoker | The safe invoker class is a delegate reference holder that always execute them in the correct thread based on the passed control. |
CWinFormAnimation.SafeInvoker< T > | The safe invoker class is a delegate reference holder that always execute them in the correct thread based on the passed control. |
CWinFormAnimation.SafeInvoker< float > | |
CWinFormAnimation.SafeInvoker< WinFormAnimation.Float2D > | |
CWinFormAnimation.SafeInvoker< WinFormAnimation.Float3D > | |
CWinFormAnimation.Timer | The timer class, will execute your code in specific time frames |