Skip to content

Type Alias: ExpoFpBounds

ExpoFpBounds = object

Defined in: types.ts:804

Represents a rectangular bounding box defined by two corner points.

Properties

leftTop

leftTop: ExpoFpPoint

Defined in: types.ts:806

Top-left corner of the bounding box


rightBottom

rightBottom: ExpoFpPoint

Defined in: types.ts:808

Bottom-right corner of the bounding box