From c05efa8d7ae464235cf83d7c0956e42dc6974103 Mon Sep 17 00:00:00 2001 From: julieng Date: Sat, 2 Oct 2021 17:20:14 +0200 Subject: move *.html to *.md --- files/fr/web/api/window/mozinnerscreeny/index.md | 47 ++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 files/fr/web/api/window/mozinnerscreeny/index.md (limited to 'files/fr/web/api/window/mozinnerscreeny/index.md') diff --git a/files/fr/web/api/window/mozinnerscreeny/index.md b/files/fr/web/api/window/mozinnerscreeny/index.md new file mode 100644 index 0000000000..2b9ebd8564 --- /dev/null +++ b/files/fr/web/api/window/mozinnerscreeny/index.md @@ -0,0 +1,47 @@ +--- +title: Window.mozInnerScreenY +slug: Web/API/Window/mozInnerScreenY +tags: + - API + - HTML DOM + - NeedsExample + - Propriété + - Reference + - Window +translation_of: Web/API/Window/mozInnerScreenY +--- +
{{APIRef}}{{gecko_minversion_header("1.9.2")}}
+ +

Résumé

+ +

Obtient la coordonnée Y du coin supérieur gauche de la fenêtre de la fenêtre, en coordonnées d'écran.

+ +
+

Note : Cette coordonnée est indiquée en pixels CSS et non en pixels matériels. Cela signifie qu'il peut être affecté par le niveau de zoom; pour calculer le nombre réel de pixels d'écran physiques, vous devez utiliser la propriété nsIDOMWindowUtils.screenPixelsPerCSSPixel.

+
+ +

Syntaxe

+ +
screenY = window.mozInnerScreenY;
+ +

Valeur

+ + + +

Spécification

+ +

Ne fait partie d'aucune spécification ou recommandation technique du W3C.

+ +

Compatibilité des navigateurs

+ +

{{Compat("api.Window.mozInnerScreenY")}}

+ +

Voir également

+ + -- cgit v1.2.3-54-g00ecf