# GrapeCity.ActiveReports.Chart.ICustomBorderDrawer

## Content

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



  <h1 id="GrapeCity_ActiveReports_Chart_ICustomBorderDrawer" data-uid="GrapeCity.ActiveReports.Chart.ICustomBorderDrawer" class="text-break">ICustomBorderDrawer Interface
</h1>
  <div class="markdown level0 summary"><p>Specifies custom border drawing interface</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Chart.html">GrapeCity.ActiveReports.Chart</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Chart.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Chart_ICustomBorderDrawer_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ICustomBorderDrawer</code></pre>
  </div>
  <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_Chart_ICustomBorderDrawer_DrawBorder_System_Drawing_RectangleF_System_Object_" data-uid="GrapeCity.ActiveReports.Chart.ICustomBorderDrawer.DrawBorder(System.Drawing.RectangleF,System.Object)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.ICustomBorderDrawer.DrawBorder.html#GrapeCity_ActiveReports_Chart_ICustomBorderDrawer_DrawBorder_System_Drawing_RectangleF_System_Object_">DrawBorder(RectangleF, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws border</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_ICustomBorderDrawer_MeasureBorder" data-uid="GrapeCity.ActiveReports.Chart.ICustomBorderDrawer.MeasureBorder">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.ICustomBorderDrawer.MeasureBorder.html#GrapeCity_ActiveReports_Chart_ICustomBorderDrawer_MeasureBorder">MeasureBorder()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns border margins</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
