Hello,I have two dimentianal array which I visualizate on screen this way:
Code:
 g.DrawImage(img, col * BALLON_CELL_SIZE, row * BALLON_CELL_SIZE);
Where BALLON_CELL_SIZE is 30.
How can I attach on each drawed image a onclick method ?