# FarPoint.Win.IBorderGraphics

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_IBorderGraphics" data-uid="FarPoint.Win.IBorderGraphics" class="text-break">IBorderGraphics Interface
</h1>
  <div class="markdown level0 summary"><p>Interface that supports border graphics.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.html">FarPoint.Win</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.dll</h6>
  <h5 id="FarPoint_Win_IBorderGraphics_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IBorderGraphics</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IBorderGraphics</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="FarPoint_Win_IBorderGraphics_DrawArc_System_Drawing_Pen_System_Single_System_Single_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Win.IBorderGraphics.DrawArc(System.Drawing.Pen,System.Single,System.Single,System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.IBorderGraphics.DrawArc.html#FarPoint_Win_IBorderGraphics_DrawArc_System_Drawing_Pen_System_Single_System_Single_System_Int32_System_Int32_System_Int32_System_Int32_">DrawArc(Pen, float, float, int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the arc.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_IBorderGraphics_DrawLine_System_Drawing_Pen_System_Single_System_Single_System_Single_System_Single_" data-uid="FarPoint.Win.IBorderGraphics.DrawLine(System.Drawing.Pen,System.Single,System.Single,System.Single,System.Single)">
          <a class="xref" href="FarPoint.Win.IBorderGraphics.DrawLine.html#FarPoint_Win_IBorderGraphics_DrawLine_System_Drawing_Pen_System_Single_System_Single_System_Single_System_Single_">DrawLine(Pen, float, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the line.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_IBorderGraphics_IntersectClip_System_Drawing_Region_" data-uid="FarPoint.Win.IBorderGraphics.IntersectClip(System.Drawing.Region)">
          <a class="xref" href="FarPoint.Win.IBorderGraphics.IntersectClip.html#FarPoint_Win_IBorderGraphics_IntersectClip_System_Drawing_Region_">IntersectClip(Region)</a>
        </td>
        <td class="markdown level1 summary"><p>Finds the intersection of the current clip region of the graphics object and the specified region.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_IBorderGraphics_Restore_System_Object_" data-uid="FarPoint.Win.IBorderGraphics.Restore(System.Object)">
          <a class="xref" href="FarPoint.Win.IBorderGraphics.Restore.html#FarPoint_Win_IBorderGraphics_Restore_System_Object_">Restore(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the specified graphics state.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_IBorderGraphics_Save" data-uid="FarPoint.Win.IBorderGraphics.Save">
          <a class="xref" href="FarPoint.Win.IBorderGraphics.Save.html#FarPoint_Win_IBorderGraphics_Save">Save()</a>
        </td>
        <td class="markdown level1 summary"><p>Saves this instance of the graphics object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
