[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.drawing

Transformation of World coordinates to screen coordinates

Hans Weimer

9/27/2004 2:16:00 PM

have some problems to write a simple programm , that Draw a line in my
special coordinte system
My coordinate-system for X and Y achses go from -32767 to +32767.
The Center is allways the center of a picturebox.
How can i draw the a line form (X,Y) (-10000, 1000) to (10000, -10000)
How to use the matrix class, that the gdi++ make the calculation for me.

Some source would be nice, thanks

Hans