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
  • 相关阅读:
    反向映射和写时复制
    内存分析的好blog
    minicom使用
    tee的妙用
    网络带宽
    mem analyse
    linux 应用层常用API/命令
    ubuntu 库依赖问题
    Python基础学习笔记(一:hello world)
    第7章 取消与关闭
  • 原文地址:https://www.cnblogs.com/cb168/p/4860918.html
Copyright © 2011-2022 走看看