A RetroSearch Logo

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

Search Query:

Showing content from http://developer.mozilla.org/ko/docs/Web/API/DOMRect/DOMRect below:

DOMRect() - Web API | MDN

MDN Web Docs
  1. 개발자를 위한 웹 기술
  2. Web API
  3. DOMRect
  4. DOMRect()

이 페이지는 영어로부터 커뮤니티에 의하여 번역되었습니다. MDN Web Docs에서 한국 커뮤니티에 가입하여 자세히 알아보세요.

Filter sidebar

목차
  1. Geometry interfaces
  2. DOMRect
  3. 생성자
    1. DOMRect()
  4. 인스턴스 속성
    1. height
    2. width
    3. x
    4. y
  5. 정적 메서드
    1. fromRect()
  6. 상속
    1. DOMRectReadOnly
  7. Geometry Interfaces에 대한 관련 페이지
    1. DOMMatrix
    2. DOMMatrixReadOnly
    3. DOMPoint
    4. DOMPointReadOnly
    5. DOMQuad
    6. DOMRectReadOnly
목차 DOMRect()

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.

DOMRect() 생성자는 새로운 DOMRect 객체를 생성합니다.

구문

js

new DOMRect(x, y, width, height);
매개변수
x

DOMRect 원점의 X 좌표입니다.

y

DOMRect 원점의 Y 좌표입니다.

width

DOMRect의 너비입니다.

height

DOMRect의 높이입니다.

반환 값

새로운 DOMRect 객체.

명세 Specification Geometry Interfaces Module Level 1
# dom-domrect-domrect
브라우저 호환성 같이 보기 Help improve MDN Was this page helpful to you? Learn how to contribute

.

This page was last modified on 2022년 12월 29일 by MDN contributors.

View this page on GitHub

•

Report a problem with this content

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