hi_rect
Description
Defines the width, height, and upper-left coordinates of a rectangle.
Prototype
hi_rect = {"x": x,
"y": y,
"width": width,
"height": height}
Members
Member |
Description |
|---|---|
x |
Int, X-coordinate of the upper-left corner. |
y |
Int, Y-coordinate of the upper-left corner. |
width |
Int, rectangle width. |
height |
Int, rectangle height. |
Parent topic: Common