Quick Tip: SystemScreen Class
SystemScreen class is a group of constants helping you to convert between inches, centimeters and pixels based on Capabilities class. The results are not exact, but are pretty close. The following example demonstrates the real device screen size vs. SystemScreen calculated values based on Capabilities.screenDPI:
Real device: SystemScreen:
24.0" 30.59"
3.4" 3.67"
[...] Quick Tip: SystemScreen Class [...]