# Rect.Compose

Compose Rect.

![Rect.Compose](./images/RectComposeCalculator.png)

## Property

<table border="1" class="docutils">
<tbody valign="top">
<tr>
<td>
X
</td>
<td>
The X value the rect is measured from.
</td>
</tr>
<tr>
<td>
Y
</td>
<td>
The Y value the rect is measured from.
</td>
</tr>
<tr>
<td>
Width
</td>
<td>
The width of the rectangle.
</td>
</tr>
<tr>
<td>
Height
</td>
<td>
The height of the rectangle.
</td>
</tr>
<tr>
<td>
Result
</td>
<td>
Result output
</td>
</tr>
 </tbody>
</table>

