# Rect.Contains

Whether the Point is inside the Rect.

![Rect.Contains](./images/RectContainsCalculator.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>
Point
</td>
<td>
Point to test.
</td>
</tr>
<tr>
<td>
Result
</td>
<td>
Result output
</td>
</tr>
 </tbody>
</table>

