AnalysisImageClick.Form1.updateMouseMove C# (CSharp) Method

updateMouseMove() public method

public updateMouseMove ( int x, int y ) : void
x int
y int
return void
        public void updateMouseMove(int x, int y)
        {
            /*Console.WriteLine(x + ", " + y);
            Debug.WriteLine(x + ", " + y);
            Trace.WriteLine(x + ", " + y);*/
        }