Example #1
0
        private void colorTimer_Tick(object sender, EventArgs e)
        {
            Point pos = MousePosition;

            colorPicker.Color = MyColors.GetPixelColor(pos);
            txtX.Text         = pos.X.ToString();
            txtY.Text         = pos.Y.ToString();
        }