Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SearchArea

A 2-Dimensional rectangle given by its relative position and size, representing the area where barcode operations are performed.

Hierarchy

  • SearchArea

Index

Properties

Properties

height

height: number

The height of the rectangle, given as height percentage (0.0 - 1.0).

width

width: number

The width of the rectangle, given as width percentage (0.0 - 1.0).

x

x: number

The x-coordinate position of the top-left corner of the rectangle, given as width percentage (0.0 - 1.0).

y

y: number

The y-coordinate position of the top-left corner of the rectangle, given as height percentage (0.0 - 1.0).

Generated using TypeDoc