private void MouseEvent(int iX, int iY)
{
    Console.WriteLine("x=" + iX + "   y=" + iY);
}