Interface Rect

継承元:
(無し)
プロパティ:
bottom, left, right, top
メソッド:

Rect インターフェイスは 矩形値 を表す。このインターフェイスは基盤のスタイルプロパティ内の値を反映する。それゆえ、CSSPrimitiveValue オブジェクトへの変更はスタイルプロパティを更新する。

プロパティ:

IDL 定義:

// Introduced in DOM Level 2:
interface Rect {
  readonly attribute CSSPrimitiveValue  top;
  readonly attribute CSSPrimitiveValue  right;
  readonly attribute CSSPrimitiveValue  bottom;
  readonly attribute CSSPrimitiveValue  left;
};


Issued: / Revised: / All rights reserved. © 2002-2016 TAKI