Ejemplo n.º 1
0
        // Useful for inspecting the picture...

        private void playground_MouseMove(object sender, MouseEventArgs e)
        {
            Point pos = e.GetPosition(playground);
            Color c   = tess.ColorOfBackgroundAt(pos);

            this.Title = String.Format("{0}", c);
        }