Rect
interface RectRepresents a Rectangle in the current context's coordinate system.
Properties
bottom
bottom: numberThe bottom value (max Y) of the Rectangle.
left
left: numberThe left value (min X) of the Rectangle.
right
right: numberThe right value (max X) of the Rectangle.
top
top: numberThe top value (min Y) of the Rectangle.