Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
3answers
8k views

Convert Pixels to Inches and vice versa in C#

I am looking to convert pixes to inches and vice versa. I understand that I need DPI, but I am not sure how to get this information (e.g. I don't have the Graphics object, so that's not an option). ...
4
votes
1answer
46 views

How accurate are CSS's real-world units?

I'm beginning experiments with CSS' real-world units, specifically, in and cm, for purposes of printing. Are these units based on how they will be displayed on-screen or how they will be printed by a ...
4
votes
2answers
369 views

Using Inch or cm/mm from metric system for americans and canadians?

We're developing an international product that displays a ruler to the user. Now in Germany and many other countries its of course common to use the metric system: cm or mm. I'm aware that americans ...
1
vote
6answers
141 views

How to handle centimeter from/to inches

I have an international application that handles lengths and weights of people, and stores these in a database. I was wondering how to deal with this in case users can switch between using ...
1
vote
3answers
2k views

Is there a way to determine android physical screen height in cm or inches?

I need to know exactly how big the screen is on the device in real units of length so I can calculate the acceleration due to gravity in pixels per millisecond. Is there a method somewhere in the ...
0
votes
0answers
31 views

Absolute css dimension units of an image on iPhone (inches, cm, etc.)

I have a use-case that requires rendering an image in an html page that is representative of an absolute physical size in inches or centimeters. I've verified that css for centimeters and inches work ...
0
votes
4answers
944 views

How to get the screen size of the device?

The desire have 480 x 800 pixels, 3.7 inches and the HD have 480 x 800 pixels, 4.3 inches screen specification. I run the code that is accepted as answer from this thread How to get screen size of ...