Pixel to Centimeter?

前端 未结 9 1597
忘了有多久
忘了有多久 2020-11-29 02:35

I just want to know if the pixel unit is something that doesn\'t change, and if we can convert from pixels to let\'s say centimeters ?

9条回答
  •  清酒与你
    2020-11-29 03:04

    The size of pixels change depending on the display device.

    The following "found" code uses api calls to determine pixel density Get screen DPI in .NET

    ("Found" as in I googled it but haven't tried it)

提交回复
热议问题