getEnvelope method

Envelope getEnvelope()

Implementation

Envelope getEnvelope() {
  return Envelope(x - hSide, x + hSide, y - hSide, y + hSide);
}