addMargin method
Modify this Rect by adding the given Margin to each side of the Rect. @param {Margin} m The Margin to add to the Rect. @return {Rect} this bigger Rect. @see #subtractMargin @see #grow @see #inflate
Implementation
_i3.Rect addMargin(_i3.Margin m) => _i4.callMethod(
this,
'addMargin',
[m],
);