private void SelectionTracker_Paint(object sender, PaintEventArgs e) { // Draw the control. // All the position variables must have been set already. m_TimeWatcher.LogTime("Selection tracker, actual start of paint."); Draw(e.Graphics); m_TimeWatcher.LogTime("Selection tracker, end of paint."); //m_TimeWatcher.DumpTimes(); }