# GrapeCity.Drawing.CombinedBrush

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Drawing_CombinedBrush" data-uid="GrapeCity.Drawing.CombinedBrush" class="text-break">CombinedBrush Class
</h1>
  <div class="markdown level0 summary"><p>Represents a set of 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"><a class="xref" href="GrapeCity.Drawing.Brush.html">Brush</a></div>
    <div class="level2"><span class="xref">CombinedBrush</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iequatable-1">IEquatable</a>&lt;<a class="xref" href="GrapeCity.Drawing.Brush.html">Brush</a>&gt;</div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Drawing.html">GrapeCity.Drawing</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Drawing_CombinedBrush_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class CombinedBrush : Brush, IEquatable&lt;Brush&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public NotInheritable Class CombinedBrush
    Inherits Brush
    Implements IEquatable(Of Brush)</code></pre>
  </div>
  <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_Drawing_CombinedBrush_Count" data-uid="GrapeCity.Drawing.CombinedBrush.Count">
          <a class="xref" href="GrapeCity.Drawing.CombinedBrush.Count.html#GrapeCity_Drawing_CombinedBrush_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the total number of brushes.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_CombinedBrush_Item_System_Int32_" data-uid="GrapeCity.Drawing.CombinedBrush.Item(System.Int32)">
          <a class="xref" href="GrapeCity.Drawing.CombinedBrush.Item.html#GrapeCity_Drawing_CombinedBrush_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the brush at the specified index.</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_Drawing_CombinedBrush_Clone" data-uid="GrapeCity.Drawing.CombinedBrush.Clone">
          <a class="xref" href="GrapeCity.Drawing.CombinedBrush.Clone.html#GrapeCity_Drawing_CombinedBrush_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new <a class="xref" href="GrapeCity.Drawing.Brush.html">Brush</a> instance with the same value as an existing brush.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_CombinedBrush_Equals_GrapeCity_Drawing_Brush_" data-uid="GrapeCity.Drawing.CombinedBrush.Equals(GrapeCity.Drawing.Brush)">
          <a class="xref" href="GrapeCity.Drawing.CombinedBrush.Equals.html#GrapeCity_Drawing_CombinedBrush_Equals_GrapeCity_Drawing_Brush_">Equals(Brush)</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the current object is equal to another object of the same type.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
