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
  • 相关阅读:
    docker学习笔记3:镜像操作(查找和下载)
    docker学习笔记2:容器操作
    docker学习笔记1:docke环境的查看
    CSS鼠标样式
    Ubuntu下安装和配置mysql
    HR函数学习01——创建组织单位
    SAP模块常用增强总结{转载}
    SAP物料批次管理配置及操作手册(轉載)
    交货单开票
    ABAP之PINYING拼音
  • 原文地址:https://www.cnblogs.com/cb168/p/4860918.html
Copyright © 2011-2022 走看看