# Rect.Decompose

Rectを位置とサイズに分解する。

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

## プロパティ

<table border="1" class="docutils">
<thead>
<tr><th>プロパティ名</th><th>説明</th></tr>
</thead>
<tbody valign="top">
<tr>
<td>
Rect
</td>
<td>
Rect
</td>
</tr>
<tr>
<td>
X
</td>
<td>
矩形のX座標を出力
</td>
</tr>
<tr>
<td>
Y
</td>
<td>
矩形のY座標を出力
</td>
</tr>
<tr>
<td>
Width
</td>
<td>
矩形の幅を出力
</td>
</tr>
<tr>
<td>
Height
</td>
<td>
矩形の高さを出力
</td>
</tr>
 </tbody>
</table>

