Skip to content

Type Alias: ExpoFpBounds

ExpoFpBounds = object

Defined in: types.ts:702

Represents a rectangular bounding box defined by two corner points.

Properties

leftTop

leftTop: ExpoFpPoint

Defined in: types.ts:704

Top-left corner of the bounding box


rightBottom

rightBottom: ExpoFpPoint

Defined in: types.ts:706

Bottom-right corner of the bounding box