# Rect.Decompose

Decompose Rect into position and size.

![Rect.Decompose](./images/RectDecomposeCalculator.png)

## Properties

<table border="1" class="docutils">
<thead>
<tr><th>Property Name</th><th>Description</th></tr>
</thead>
<tbody valign="top">
<tr>
<td>
Rect
</td>
<td>
Rect
</td>
</tr>
<tr>
<td>
X
</td>
<td>
Output the X coordinate of the rectangle.
</td>
</tr>
<tr>
<td>
Y
</td>
<td>
Output the Y coordinate of the rectangle.
</td>
</tr>
<tr>
<td>
Width
</td>
<td>
Output the width of the rectangle
</td>
</tr>
<tr>
<td>
Height
</td>
<td>
Output the height of the rectangle
</td>
</tr>
 </tbody>
</table>

