A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developer.cdn.mozilla.net/de/docs/Web/API/ImageData/width below:

ImageData: width-Eigenschaft - Web-APIs | MDN

ImageData: width-Eigenschaft

Baseline Widely available

Hinweis: Diese Funktion ist in Web Workers verfügbar.

Die readonly ImageData.width-Eigenschaft gibt die Anzahl der Pixel pro Reihe im ImageData-Objekt zurück.

Wert

Eine Zahl.

Beispiele

Dieses Beispiel erzeugt ein ImageData-Objekt, das 200 Pixel breit und 100 Pixel hoch ist. Daher ist die width-Eigenschaft 200.

let imageData = new ImageData(200, 100);
console.log(imageData.width); // 200
Spezifikationen Browser-Kompatibilität Siehe auch MDN-Feedback-Box War diese Übersetzung hilfreich?

Diese Seite wurde automatisch aus dem Englischen übersetzt.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4