# C1.Framework.Element.GetBorderPath

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Framework_Element_GetBorderPath_" data-uid="C1.Framework.Element.GetBorderPath*">GetBorderPath Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Framework_Element_GetBorderPath_" data-uid="C1.Framework.Element.GetBorderPath*"></a>
<h4 id="C1_Framework_Element_GetBorderPath_C1_Framework_Style_System_Drawing_Rectangle_C1_Framework_Thickness_" data-uid="C1.Framework.Element.GetBorderPath(C1.Framework.Style,System.Drawing.Rectangle,C1.Framework.Thickness)">GetBorderPath(Style, Rectangle, Thickness)</h4>
<div class="markdown level1 summary"><p>Gets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.drawing2d.graphicspath">GraphicsPath</a> that covers only the borders (hollow, used to renders the borders).</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected virtual GraphicsPath GetBorderPath(Style style, Rectangle bounds, Thickness broder)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Overridable Function GetBorderPath(style As Style, bounds As Rectangle, broder As Thickness) As GraphicsPath</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.Framework.Style.html">Style</a></td>
      <td><span class="parametername">style</span></td>
      <td><p>the <a class="xref" href="C1.Framework.Element.Style.html#C1_Framework_Element_Style">Style</a> of the rendered <a class="xref" href="C1.Framework.Element.html">Element</a>.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.rectangle">Rectangle</a></td>
      <td><span class="parametername">bounds</span></td>
      <td><p>the bounds of the rendered <a class="xref" href="C1.Framework.Element.html">Element</a>.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Framework.Thickness.html">Thickness</a></td>
      <td><span class="parametername">broder</span></td>
      <td><p>the border of the rendered <a class="xref" href="C1.Framework.Element.html">Element</a>.</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.drawing.drawing2d.graphicspath">GraphicsPath</a></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
