50ms faster region animation

This commit is contained in:
Jaex 2017-05-30 08:52:07 +03:00
parent 860ad0fe08
commit 1b49768f45

View file

@ -110,7 +110,7 @@ public RegionCaptureForm(RegionCaptureMode mode)
timerFPS = new Stopwatch();
regionAnimation = new RectangleAnimation()
{
Duration = TimeSpan.FromMilliseconds(250)
Duration = TimeSpan.FromMilliseconds(200)
};
borderPen = new Pen(Color.Black);