offset 属性

矩形<数字> offset

获取此元素相对于其偏移父元素的位置偏移。

实现

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