extend method

Bounds extend(
  1. Point point
)

Extends the bounds to contain the given point.

Implementation

external Bounds extend(Point point);