Click here to Skip to main content
15,908,173 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi, I would like to know how to implement a coordinate grid in C# as i require to place the image according to the x&y axis set using a mouse.

*I'm not sure if it existed as i seen quite alot of gridview but they aren't the ones.
Posted
Updated 22-Dec-09 6:35am
v2

You may:
  1. Draw equal spaced horizontal lines.
  2. Draw equal spaced vertical lines.

If you like you may invert step 1 with step 2.
:-D
 
Share this answer
 
v2
What have you written so far? What problems have you encountered? What have you tried to solve those problems? What have you learned from trying to solve the problems yourself?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900