private void Play_Click(object sender, EventArgs e) { if (Measure()) { images.Animate(double.Parse(FPS.Text) * trueSpeed); } }