﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2882	AutoItX PixelChecksum Bug	JohnOne	Jon	"It does not work in C# (don't know about other OS') and returns 0 regardless of coordinates.

{{{
namespace AutoItXTest
{
    class Program
    {
        static void Main(string[] args)
        {
            Rectangle Rect = new Rectangle(10, 10, 10, 10);
            System.UInt32 cksm = AutoItX.PixelChecksum(Rect, 1);
            //uint cksm = AutoItX.PixelChecksum(Rect, 1);
            Debug.WriteLine(""Checksum = "" + cksm.ToString());
        }
    }
}
}}}
I suspect it is because the return value can be as large as uint64, and the function only accommodates a return of uint32."	Bug	closed	3.3.13.20	AutoItX	3.3.12.0	None	Fixed	AutoItx PixelChecksum C#	
