BB

cp. BB

new BB(l, b, r, t)

Source:
Bounding boxes are JS objects with {l, b, r, t} = left, bottom, right, top, respectively.
Parameters:
Name Type Description
l number Left.
b number Bottom.
r number Right.
t number Top.