menu
  1. Dart
  2. dart:html
  3. Element
  4. offset property
offset

offset property

Rectangle <num > get offset

Gets the offset of this element relative to its offsetParent.

Implementation

Rectangle get offset =>
 new Rectangle(offsetLeft, offsetTop, offsetWidth, offsetHeight);
Element class

AltStyle によって変換されたページ (->オリジナル) /