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
  • 相关阅读:
    野指针
    MFC动态创建控件及其消息响应函数
    关于CString总结
    关于char, wchar_t, TCHAR, _T(),L,宏 _T、TEXT,_TEXT、L
    VS2005、VS2008中的快捷键、组合键大全
    could not be found (are you missing a using directive or an assembly reference?)
    项目任务管理系统
    VSDBCMD
    sqlcmd
    Microsoft® Command Line Utilities 11 for SQL Server®
  • 原文地址:https://www.cnblogs.com/cb168/p/4860918.html
Copyright © 2011-2022 走看看