subtractMargin method

Rect subtractMargin(
  1. Margin m
)

Modify this Rect by subtracting the given Margin from each side of the Rect. @param {Margin} m The Margin to subtract from the Rect. @return {Rect} this smaller Rect. @see #addMargin @see #grow @see #inflate

Implementation

_i3.Rect subtractMargin(_i3.Margin m) => _i4.callMethod(
      this,
      'subtractMargin',
      [m],
    );