Bounds constructor

Bounds(
  1. Point corner1,
  2. Point corner2
)

Creates a Bounds object from two corners coordinate pairs.

Implementation

external Bounds(Point corner1, Point corner2);