From: Michele Santucci on 17 Feb 2010 05:16 Re all, I draw an user control where I draw a grid and then allow users to zoom and pan and rotate it. When I zoom-in I noticed that the line thickness grows also but I would like to avoid that. Is it possible? Best Regards, Mike
From: Peter Duniho on 17 Feb 2010 13:22 Michele Santucci wrote: > Re all, > > I draw an user control where I draw a grid and then allow users to zoom > and pan and rotate it. > When I zoom-in I noticed that the line thickness grows also but I would > like to avoid that. > Is it possible? Sure. You just have to scale the pen size inversely with the scaling factor being used to draw.
|
Pages: 1 Prev: Why am I getting a "TypeLoadException" Next: SystemParametersInfo |