No, sun, the co-ordinates will be being displayed in the application you were viewing the image in. Additionally, the co-ordinates need to be converted to LFS world co-ordinates to be of any use for programmers.
<type> x = <value>;
<type> y = <value>;
if ((x == 123) || (x == 145) || (x == 123) || (y == 167))
{
// tell them that they're in the lottery ticket pick up position here
}
int X = MCI.Info[0].X;
int Y = MCI.Info[0].Y;
if ((X == 123) && (X == 145) && (Y == 123) && (Y == 167))
{
// tell them that they're in the lottery ticket pick up position here
}