Skip to content

Type Alias: ExpoFpBounds

ExpoFpBounds = object

Defined in: types.ts:754

Represents a rectangular bounding box defined by two corner points.

Properties

leftTop

leftTop: ExpoFpPoint

Defined in: types.ts:756

Top-left corner of the bounding box


rightBottom

rightBottom: ExpoFpPoint

Defined in: types.ts:758

Bottom-right corner of the bounding box