ensureBounds method

void ensureBounds()

Ensures that the #documentBounds are up to date. This is sometimes necessary when operations need updated document bounds immediately.

It is uncommon to call this method outside of customization. For efficiency, do not call this method unnecessarily. @since 2.1.30 @see Part#ensureBounds

Implementation

void ensureBounds() {
  _i4.callMethod(
    this,
    'ensureBounds',
    [],
  );
}