Type alias Rectangle

Rectangle: {
    x: MinMax;
    y: MinMax;
}

Type declaration

  • x: MinMax
  • y: MinMax

Generated using TypeDoc