Rect

interface Rect

Represents a Rectangle in the current context's coordinate system.

Properties

bottom

bottom: number

The bottom value (max Y) of the Rectangle.


left

left: number

The left value (min X) of the Rectangle.


right: number

The right value (max X) of the Rectangle.


top

top: number

The top value (min Y) of the Rectangle.

On this page