Click to See Complete Forum and Search --> : how do you change the pixel ratio?


femme_one
December 3rd, 2005, 03:09 AM
I was wondering how do you change the pixel ratio in a program using GDI and Visual Studio .NET 2003? How do i change the pixel ratio to be 1 pixel = 300? What class do i use and what does the code look like? Examples will be great!
Thanks for your time.

Marc G
December 3rd, 2005, 04:59 AM
What exactly do you want to accomplish? You can't just change the pixel aspect ratio of GDI. However you cans imply scale your coordinates and such to change the aspect ratio of your drawing.