# C1.Win.Interop.Rect.IsEmpty

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Interop_Rect_IsEmpty_" data-uid="C1.Win.Interop.Rect.IsEmpty*">IsEmpty Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Interop_Rect_IsEmpty_" data-uid="C1.Win.Interop.Rect.IsEmpty*"></a>
<h4 id="C1_Win_Interop_Rect_IsEmpty" data-uid="C1.Win.Interop.Rect.IsEmpty">IsEmpty</h4>
<div class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="C1.Win.Interop.Rect.Width.html#C1_Win_Interop_Rect_Width">Width</a> and <a class="xref" href="C1.Win.Interop.Rect.Height.html#C1_Win_Interop_Rect_Height">Height</a>
properties of the current <a class="xref" href="C1.Win.Interop.Rect.html">Rect</a> structure have zero values.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool IsEmpty { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property IsEmpty As Boolean</code></pre>
</div>
</div>
