i need help on how to draw a square dot when fire mouse click:
-onto image in picturebox
-the dot size is 10px X 10px
-and return the position of dots (x,y) values.
here i try some code but missing in somewhere, please help me,
thanks
Regards
Aznimah
Code:
using System; using System.Collections.Generic; using System.ComponentModel;
Leave a comment: