x and y axis or x and y cartesian plane or whatever

junforever

New member
Joined
Oct 21, 2009
Messages
2
Programming Experience
Beginner
ive got a problem regarding this matter,,, how can i create x and y axis(with four opposite directions, not just two)


my problem is that i cant make the origin point of the axis (which is 0,0) to the center of the form... how the heck can i do that.. please help me...
 
Just use TranslateTransform to move your origin to where you want it.
 
Back
Top