zoukankan      html  css  js  c++  java
  • 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
  • 相关阅读:
    MySQL 简单查询(实验回顾)
    PicGo + Gitee 创建图床,Typora竟还有这种功能
    SQL 条件判断
    django ORM中的复选MultiSelectField的使用
    with的用法
    django update-or-create的用法
    获取异常文件
    支付宝支付
    单例模式创建
    数据类模型
  • 原文地址:https://www.cnblogs.com/cb168/p/4860918.html
Copyright © 2011-2022 走看看