Skip to content

Type Alias: ExpoFpBounds

ExpoFpBounds = object

Defined in: types.ts:792

Represents a rectangular bounding box defined by two corner points.

Properties

leftTop

leftTop: ExpoFpPoint

Defined in: types.ts:794

Top-left corner of the bounding box


rightBottom

rightBottom: ExpoFpPoint

Defined in: types.ts:796

Bottom-right corner of the bounding box