Update docs in bounding_box.d.ts
This commit is contained in:
parent
7c28c5d58f
commit
449aadfe11
|
@ -16,9 +16,9 @@
|
|||
|
||||
/** An integer bounding box, axis aligned. */
|
||||
export declare interface BoundingBox {
|
||||
/** The X coordinate of the top-left corner, in pixels. */
|
||||
/** The X coordinate of the bottom-left corner, in pixels. */
|
||||
originX: number;
|
||||
/** The Y coordinate of the top-left corner, in pixels. */
|
||||
/** The Y coordinate of the bottom-left corner, in pixels. */
|
||||
originY: number;
|
||||
/** The width of the bounding box, in pixels. */
|
||||
width: number;
|
||||
|
|
Loading…
Reference in New Issue
Block a user