SurroundingRectangle.copyFrom constructor

SurroundingRectangle.copyFrom(
  1. SurroundingRectangle mob
)

Implementation

SurroundingRectangle.copyFrom(SurroundingRectangle mob)
    : buff = mob.buff,
      mobject = mob.mobject.copy(),
      super.copyFrom(mob);