EOIBoundingBox
eyesonit-typescript-sdk / EOIBoundingBox
Class: EOIBoundingBox
Constructors
Constructor
new EOIBoundingBox(
top,left,width,height):EOIBoundingBox
Parameters
top
number
left
number
width
number
height
number
Returns
EOIBoundingBox
Properties
right
right:
number
bottom
bottom:
number
top
top:
number
left
left:
number
width
width:
number
height
height:
number
Methods
fromJsonObj()
staticfromJsonObj(obj):EOIBoundingBox|undefined
Parameters
obj
any
Returns
EOIBoundingBox | undefined