Window.mozInnerScreenX
概要
ウィンドウのビューポートの左上隅のX座標を、スクリーン座標で返します。
メモ:
この座標は CSS ピクセルで報告され、ハードウェアピクセルではありません。つまり、ズームレベルによって影響を受ける可能性があります。実際の物理的な画面のピクセル数を計算するには、 nsIDOMWindowUtils.screenPixelsPerCSSPixel
プロパティを使用する必要があります。
値
window.mozInnerScreenX
プロパティは浮動小数点数で、読み取り専用です。既定値はありません。
仕様書
W3C の技術仕様や勧告に属しません。
ブラウザーの互換性
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
mozInnerScreenX |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
- No support
- No support
- Non-standard. Check cross-browser support before using.
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
関連情報
window.mozInnerScreenY
nsIDOMWindowUtils.screenPixelsPerCSSPixel