Skip to main content

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],
]