: Designing Graphics For .NET Apps Resolution What resolution (in pixels/inch) should I use when designing graphics for a standard Windows Forms .NET application? I am using Adobe Creative Suites
What resolution (in pixels/inch) should I use when designing graphics for a standard Windows Forms .NET application?
I am using Adobe Creative Suites to design the graphics. I will be using the System.Drawing.Graphics class in .NET to draw the graphics on the screen.
More posts by @Deb5748823
1 Comments
Sorted by latest first Latest Oldest Best
The programming framework you are using has no bearing on the resolution of images you are using.
For on screen graphics, resolution in the context of pixels/inch is determined by the device itself. All you need to do is make the image the pixel size you want it to be.
In other words, if you want an image 100px x 100px, set up your photoshop file to be 100px x 100px. The PPI setting is irrelevant.
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.