OffscreenCanvas.width
Experimental
This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
width
프로퍼티는 OffscreenCanvas
객체에 할당된 너비를 반환합니다.
구문
var pxl = offscreen.width; offscreen.width = pxl;
예시
새로운 offscreen 캔버스를 생성하고 높이를 설정하거나 반환합니다.
var offscreen = new OffscreenCanvas(256, 256);
offscreen.width; // 256
offscreen.width = 512;
상세
Specification | Status | Comment |
---|---|---|
HTML Living Standard The definition of 'OffscreenCanvas.width' in that specification. |
Living Standard |
브라우저 호환성
BCD tables only load in the browser
더 보기
OffscreenCanvas
, 프로퍼티가 속한 인터페이스