# GrapeCity.Drawing.Size.IsEmpty

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Drawing_Size_IsEmpty_" data-uid="GrapeCity.Drawing.Size.IsEmpty*">IsEmpty Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Drawing_Size_IsEmpty_" data-uid="GrapeCity.Drawing.Size.IsEmpty*"></a>
<h4 id="GrapeCity_Drawing_Size_IsEmpty" data-uid="GrapeCity.Drawing.Size.IsEmpty">IsEmpty</h4>
<div class="markdown level1 summary"><p>Checks whether this <a class="xref" href="GrapeCity.Drawing.Size.html">Size</a> structure has width and height of 0.
This property returns true when this <a class="xref" href="GrapeCity.Drawing.Size.html">Size</a> structure has both a width and height of 0; otherwise, false.</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>
