From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/web/api/window/screenx/index.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 files/ja/web/api/window/screenx/index.html (limited to 'files/ja/web/api/window/screenx') diff --git a/files/ja/web/api/window/screenx/index.html b/files/ja/web/api/window/screenx/index.html new file mode 100644 index 0000000000..01ad72c62b --- /dev/null +++ b/files/ja/web/api/window/screenx/index.html @@ -0,0 +1,29 @@ +--- +title: window.screenX +slug: Web/API/Window/screenX +tags: + - DOM + - DOM_0 + - Gecko + - Gecko DOM Reference + - 要更新 +translation_of: Web/API/Window/screenX +--- +

{{ ApiRef() }} {{ 英語版章題("Summary") }}

+

概要

+

画面の左端からユーザのブラウザの左端までの水平距離を返します。

+

{{ 英語版章題("Syntax") }}

+

構文

+
lLoc = window.screenX
+
+

{{ 英語版章題("Parameters") }}

+

戻り値

+ +

{{ 英語版章題("Notes") }}

+

注記

+

window.screenY も参照してください。

+

{{ 英語版章題("Specification") }}

+

仕様

+

{{ DOM0() }}

-- cgit v1.2.3-54-g00ecf