BoundingBox interface

Bounding box that defines a region of an image.

Properties

height

Height.

left

Coordinate of the left boundary.

top

Coordinate of the top boundary.

width

Width.

Property Details

height

Height.

height: number

Property Value

number

left

Coordinate of the left boundary.

left: number

Property Value

number

top

Coordinate of the top boundary.

top: number

Property Value

number

width

Width.

width: number

Property Value

number