PixelPointBounds
Bounds in pixel coordinates Uses common order of top-left and bottom-right corners.
Type
[
topLeft: [left: number, top: number],
bottomRight: [right: number, bottom: number],
]
Bounds in pixel coordinates Uses common order of top-left and bottom-right corners.
[
topLeft: [left: number, top: number],
bottomRight: [right: number, bottom: number],
]