zoom in/out ..using v.s 2003..??
Graphics
2
Posts
2
Posters
6
Views
1
Watching
-
helloo brothers..my program like paint (drawing lines,ellipse,...) the problem that i cant zooooming ..so plz what should i do... note : iam using v.s (2003).. Regards;
Try using the Scaling Transformation on the Graphics object. You can reference the method like this: g.ScaleTransform(2.0f,3.0f) Cheers! Richard may your code be error free