# GrapeCity.Documents.Drawing.Brush

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Drawing_Brush" data-uid="GrapeCity.Documents.Drawing.Brush" class="text-break">Brush Class
</h1>
  <div class="markdown level0 summary"><p>Abstract base class for brushes.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">Brush</span></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Drawing.HatchBrush.html">HatchBrush</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Drawing.ImageBrush.html">ImageBrush</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Drawing.LinearGradientBrush.html">LinearGradientBrush</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Drawing.RadialGradientBrush.html">RadialGradientBrush</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.Documents.Drawing.SolidBrush.html">SolidBrush</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Drawing.html">GrapeCity.Documents.Drawing</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.dll</h6>
  <h5 id="GrapeCity_Documents_Drawing_Brush_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class Brush</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class Brush</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Drawing_Brush__ctor" data-uid="GrapeCity.Documents.Drawing.Brush.#ctor">
          <a class="xref" href="GrapeCity.Documents.Drawing.Brush.-ctor.html#GrapeCity_Documents_Drawing_Brush__ctor">Brush()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Drawing_Brush_Visible" data-uid="GrapeCity.Documents.Drawing.Brush.Visible">
          <a class="xref" href="GrapeCity.Documents.Drawing.Brush.Visible.html#GrapeCity_Documents_Drawing_Brush_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the brush is actually visible.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Drawing_Brush_SameBrush_GrapeCity_Documents_Drawing_Brush_" data-uid="GrapeCity.Documents.Drawing.Brush.SameBrush(GrapeCity.Documents.Drawing.Brush)">
          <a class="xref" href="GrapeCity.Documents.Drawing.Brush.SameBrush.html#GrapeCity_Documents_Drawing_Brush_SameBrush_GrapeCity_Documents_Drawing_Brush_">SameBrush(Brush)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns True if the specified brush is the same as the current brush.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
