# FarPoint.Win.RoundedLineBorderFactory

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_RoundedLineBorderFactory" data-uid="FarPoint.Win.RoundedLineBorderFactory" class="text-break">RoundedLineBorderFactory Class
</h1>
  <div class="markdown level0 summary"><p>Represents a class for creating rounded-edge, single-line border objects in environments
that do not support parameterized constructors.</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">RoundedLineBorderFactory</span></div>
  </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_RoundedLineBorderFactory_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RoundedLineBorderFactory</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RoundedLineBorderFactory</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="FarPoint_Win_RoundedLineBorderFactory__ctor" data-uid="FarPoint.Win.RoundedLineBorderFactory.#ctor">
          <a class="xref" href="FarPoint.Win.RoundedLineBorderFactory.-ctor.html#FarPoint_Win_RoundedLineBorderFactory__ctor">RoundedLineBorderFactory()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a rounded-edge, single-line border factory object.</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="FarPoint_Win_RoundedLineBorderFactory_CreateRoundedLineBorder_System_Drawing_Color_" data-uid="FarPoint.Win.RoundedLineBorderFactory.CreateRoundedLineBorder(System.Drawing.Color)">
          <a class="xref" href="FarPoint.Win.RoundedLineBorderFactory.CreateRoundedLineBorder.html#FarPoint_Win_RoundedLineBorderFactory_CreateRoundedLineBorder_System_Drawing_Color_">CreateRoundedLineBorder(Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a rounded-edge, single-line border with the specified color.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_RoundedLineBorderFactory_CreateRoundedLineBorder_System_Drawing_Color_System_Int32_" data-uid="FarPoint.Win.RoundedLineBorderFactory.CreateRoundedLineBorder(System.Drawing.Color,System.Int32)">
          <a class="xref" href="FarPoint.Win.RoundedLineBorderFactory.CreateRoundedLineBorder.html#FarPoint_Win_RoundedLineBorderFactory_CreateRoundedLineBorder_System_Drawing_Color_System_Int32_">CreateRoundedLineBorder(Color, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a rounded-edge, single-line border with the specified color and thickness.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_RoundedLineBorderFactory_CreateRoundedLineBorder_System_Drawing_Color_System_Int32_System_Boolean_System_Boolean_System_Boolean_System_Boolean_" data-uid="FarPoint.Win.RoundedLineBorderFactory.CreateRoundedLineBorder(System.Drawing.Color,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
          <a class="xref" href="FarPoint.Win.RoundedLineBorderFactory.CreateRoundedLineBorder.html#FarPoint_Win_RoundedLineBorderFactory_CreateRoundedLineBorder_System_Drawing_Color_System_Int32_System_Boolean_System_Boolean_System_Boolean_System_Boolean_">CreateRoundedLineBorder(Color, int, bool, bool, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a rounded-edge, single-line border with the specified color and thickness,
and specifies on which sides the border is drawn.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
