Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

window.mozInnerScreenY

概要

ウィンドウのビューポートの左上隅のスクリーン上の Y 座標を取得します。

注記: この座標はハードウェアピクセルではなく、CSS のピクセル単位で報告されます。つまり、ズームレベルによる影響を受けるということです。実際の物理的な画面のピクセル数を計算するには、 nsIDOMWindowUtils.screenPixelsPerCSSPixel プロパティを使用する必要があります。

構文

screenY = window.mozInnerScreenY;

  • screenY : window.mozInnerScreenY プロパティの値となる
  • window.mozInnerScreenY : 浮動小数点数値。デフォルト値無し 読取専用

仕様書

W3C の技術仕様書や勧告に含まれるものではありません。

関連情報

ドキュメントのタグと貢献者

タグ: 
 このページの貢献者: fscholz, AshfaqHossain, ethertank
 最終更新者: AshfaqHossain,