# GrapeCity.ActiveReports.Drawing.BrushEx

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Drawing_BrushEx" data-uid="GrapeCity.ActiveReports.Drawing.BrushEx" class="text-break">BrushEx Class
</h1>
  <div class="markdown level0 summary"><p>Classes derived from this abstract base class define objects used to fill the interiors of graphical shapes
such as rectangles, ellipses, pies, polygons, and paths.</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">BrushEx</span></div>
      <div class="level2"><a class="xref" href="GrapeCity.ActiveReports.Drawing.Serialization.MetaCanvas.MetaHatchBrush.html">MetaCanvas.MetaHatchBrush</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.ActiveReports.Drawing.Serialization.MetaCanvas.MetaLinearGradientBrush.html">MetaCanvas.MetaLinearGradientBrush</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.ActiveReports.Drawing.Serialization.MetaCanvas.MetaRadialGradientBrush.html">MetaCanvas.MetaRadialGradientBrush</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.ActiveReports.Drawing.Serialization.MetaCanvas.MetaSolidBrush.html">MetaCanvas.MetaSolidBrush</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Drawing.html">GrapeCity.ActiveReports.Drawing</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Drawing_BrushEx_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class BrushEx : ICloneable, IDisposable</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_ActiveReports_Drawing_BrushEx__ctor" data-uid="GrapeCity.ActiveReports.Drawing.BrushEx.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Drawing.BrushEx.-ctor.html#GrapeCity_ActiveReports_Drawing_BrushEx__ctor">BrushEx()</a>
        </td>
        <td class="markdown level1 summary"></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_ActiveReports_Drawing_BrushEx_Clone" data-uid="GrapeCity.ActiveReports.Drawing.BrushEx.Clone">
          <a class="xref" href="GrapeCity.ActiveReports.Drawing.BrushEx.Clone.html#GrapeCity_ActiveReports_Drawing_BrushEx_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>When overridden in a derived class, creates an exact copy of this <a class="xref" href="GrapeCity.ActiveReports.Drawing.BrushEx.html">BrushEx</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Drawing_BrushEx_Dispose" data-uid="GrapeCity.ActiveReports.Drawing.BrushEx.Dispose">
          <a class="xref" href="GrapeCity.ActiveReports.Drawing.BrushEx.Dispose.html#GrapeCity_ActiveReports_Drawing_BrushEx_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"><p>Releases all resources used by this <a class="xref" href="GrapeCity.ActiveReports.Drawing.BrushEx.html">BrushEx</a> object.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Tools.ObjectExtensions.IsNumber.html#GrapeCity_ActiveReports_Core_Rendering_Tools_ObjectExtensions_IsNumber_System_Object_">ObjectExtensions.IsNumber(object)</a>
  </div>

</div>
