computeBorder method

Rect computeBorder(
  1. Rect result
)

(undocumented) This is only called when the Placeholder is inside a Group. Normally this just returns the result of #computeMemberBounds expanded by the #padding. However, if Group#computesBoundsAfterDrag is true, and if the Diagram#currentTool is the DraggingTool, and if this Group is not being dragged, this method returns the last value of #computeBorder before dragging began.

Implementation

_i3.Rect computeBorder(_i3.Rect result) => _i4.callMethod(
      this,
      'computeBorder',
      [result],
    );