# C1.Document.C1Brush.IsVisible

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Document_C1Brush_IsVisible_" data-uid="C1.Document.C1Brush.IsVisible*">IsVisible Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Document_C1Brush_IsVisible_" data-uid="C1.Document.C1Brush.IsVisible*"></a>
<h4 id="C1_Document_C1Brush_IsVisible_C1_Interop_Rect_" data-uid="C1.Document.C1Brush.IsVisible(C1.Interop.Rect)">IsVisible(Rect)</h4>
<div class="markdown level1 summary"><p>Tests whether the current brush is visible within the specified bounds.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public virtual bool IsVisible(Rect bounds)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overridable Function IsVisible(bounds As Rect) As Boolean</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Interop.Rect.html">Rect</a></td>
      <td><span class="parametername">bounds</span></td>
      <td><p>The bounds to test.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><p>True if the brush is visible, false otherwise.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
