clip method

VxBox clip(
  1. Clip clip
)

Sets the clip behavior of the box.

Implementation

VxBox clip(Clip clip) => this.._clip = clip;