scaling coordinates

dazzling

New member
Joined
Jun 10, 2006
Messages
1
Programming Experience
1-3
hello all!

I am encountering problem in scaling down x,y coordinates to be displayed in the desired area. Lemme explain everything.

I have a picture box of size 250,350. Now i have an array of x,y coordinates. Now these points could be of the order of 1000's, 2000's or anything. So i need to scale down so that they lie in the picture box.

Also I need to ask one thing that how can the size of picturebox be in millimeter units and those coordiantes should also be in millimeters.

neone having any ideas please tell me.:)
 
Back
Top