Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BoundingRect

Package version

A bounding box for an area inside an image.

Hierarchy

  • BoundingRect

Index

Properties

Properties

Optional h

h: undefined | number

Height measured from the top-left point of the area, in pixels.

Optional w

w: undefined | number

Width measured from the top-left point of the area, in pixels.

Optional x

x: undefined | number

X-coordinate of the top left point of the area, in pixels.

Optional y

y: undefined | number

Y-coordinate of the top left point of the area, in pixels.

Generated using TypeDoc