computePartsBounds method

Rect computePartsBounds(
  1. Object coll, [
  2. bool? includeLinks
])

Find the union of the GraphObject#actualBounds of all of the Parts in the given collection, excluding Links unless the second argument is true.

Unlike #computeBounds, this ignores the visibility of each Part and does not add any padding to the result. @expose @param {Iterable.

Implementation

_i3.Rect computePartsBounds(
  _i2.Object coll, [
  _i2.bool? includeLinks,
]) =>
    _i4.callMethod(
      this,
      'computePartsBounds',
      [
        coll,
        includeLinks ?? _i5.undefined,
      ],
    );