Implements GifAnimator with the potential to offer a timer resolution of 10ms, - /// the fastest a GIF can animate.
- ///Each animated image is given its own thread - /// which is torn down with a corresponding call to StopAnimate or when the spawning - /// process dies. The default resolution is 20ms, as windows timers are by default limited - /// to a resolution of 15ms. Call setTickInMilliseconds to ask for a different rate, which - /// sets the fastest tick allowed for all HighResolutionAnimators.
- ///