1.

Solve : Another GDI+ Question?

Answer»

In Visual Basic .net, (using vs 2003 but I have 2008 ASWELL, if I absolutely *have* to use it, I dislike how they removed the "windows form designer generated code" section, but I digress) when you go to draw something the coordinates LOOK like this:


Is there any way to easily MAKE it so it was more like this:?


In the past I have used equations which change the co-ordinates accordingly - I'm just wondering if there is another way.Or at any rate, some kind of generic equation which can go into any form - I'm working on one at the moment, but it doesn't QUITE work...I know something like
Code: [SELECT]pointA.X += 200
pointA.Y += 200
pointB.X += 200
pointB.Y += 200does the trick, but its not quite what I'm looking for...



Discussion

No Comment Found