setXY method

void setXY({
  1. required double xMin,
  2. required double yMin,
  3. required double xMax,
  4. required double yMax,
})

Set the x,y coordinates for the envelope.

Parameters:

  • xMin — The x minimum value for the envelope.
  • yMin — The y minimum value for the envelope.
  • xMax — The x maximum value for the envelope.
  • yMax — The y maximum value for the envelope.