Skip to content

Documentation / @expofp/floorplan / Bounds

Interface: Bounds ​

Defines a rectangular bounding box using two corner points.

Properties ​

leftTop ​

ts
leftTop: Point;

Top-left corner of the bounding box


rightBottom ​

ts
rightBottom: Point;

Bottom-right corner of the bounding box