According to the MSDN Refence Library I should be able to use GetPixel when attempting to return the color of a particular pixel in a specifiec bitmap.
Unfortunately I get an error saying a ";" is expected when I run the following line ...
var imageObj = new Bitmap(strMaster));
Can anyone help me with what I am doing wrong other than using JScript for something I should be using C# to accomplish? Trust me, Id prefer to use C# but the automated test harness were using only accepts JScript.
Unfortunately I get an error saying a ";" is expected when I run the following line ...
var imageObj = new Bitmap(strMaster));
Can anyone help me with what I am doing wrong other than using JScript for something I should be using C# to accomplish? Trust me, Id prefer to use C# but the automated test harness were using only accepts JScript.