​
​
​

Stores a Point and a Size object that represent the location and size of a rectangle.

Syntax

​{
   location: <Point>,
   size: <Size>
}

​ Introduced: X15.

Properties

Property Description
location The location of the rectangle.
size The size of the rectangle.
​