• IOS 屏幕尺寸


    型号 屏幕尺寸(英寸)  分辨率(pt)   像素分辨率(px)
    iPhone 3G    3.5    320*480    480x320
    iPhone 3GS    3.5    320*480    480x320
    iPhone4 3.5       320*480    960x640
    iPhone4S 3.5      320*480    960x640
    iphone5 4        320*568    1136x640
    iphone5s 4        320*568    1136x640    640*1136
    iPhone6 4.7        375*667    1334 x 750   750*1334
    iPhone6 Plus 5.5     414*736    1920 x 1080    1242*2208

    iphoneX 5.8寸  2800×1242   2436 x 1125

    https://developer.apple.com/library/ios/documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide/Appendices/Properties.html#//apple_ref/doc/writerid/itc_screenshot_properties

    5.5-inch Retina screenshot

    • 1242 x 2208 pixels for hi-res portrait

    • 2208 x 1242 pixels for hi-res landscape


    iPhone6s 4.7       375*667    1334 x 750
    iPhone6s Plus 5.5    414*736    1920 x 1080

    android 4寸

    Height:480
    Width: 320

     

    5寸

    695*450

    4寸

    615*400

    iPAD mini2

      • Retina 显示屏
      • 7.9 英寸 (对角线) LED 背光 Multi-Touch 显示屏,具有 IPS 技术
      • 2048 x 1536 像素分辨率,326 ppi

        delphi获取屏幕尺寸

      • ScreenSize := Screen.Size;
          Caption := IntToStr(ScreenSize.Width) + '*' + IntToStr(ScreenSize.Height);
    • http://stackoverflow.com/questions/19213129/how-to-get-screen-size-in-firemonkey-fm3
  • 相关阅读:
    synchronized关键字的用法
    for循环删除集合陷阱
    Java之可变参数
    下拉菜单中的Option对象
    JavaScript数组
    线程
    尝试用代码写博客
    环境配置大全
    3中边缘检测算子
    caffe新手入门
  • 原文地址:https://www.cnblogs.com/cb168/p/4860918.html
Copyright © 2020-2023  润新知