# FarPoint.Win.EmptyBorder

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_EmptyBorder" data-uid="FarPoint.Win.EmptyBorder" class="text-break">EmptyBorder Class
</h1>
  <div class="markdown level0 summary"><p>Represents an empty border that takes no space.</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">EmptyBorder</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="FarPoint.Win.IBorder.html">IBorder</a></div>
    <div><a class="xref" href="FarPoint.Win.IBorder2.html">IBorder2</a></div>
    <div><a class="xref" href="FarPoint.Win.ISerializeSupport.html">ISerializeSupport</a></div>
    <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.icomparable">IComparable</a></div>
    <div><a class="xref" href="FarPoint.Win.IBorder3.html">IBorder3</a></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_EmptyBorder_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(BorderConverter))]
public class EmptyBorder : IBorder, IBorder2, ISerializeSupport, ICloneable, IComparable, IBorder3</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(BorderConverter))&gt;
Public Class EmptyBorder
    Implements IBorder, IBorder2, ISerializeSupport, ICloneable, IComparable, IBorder3</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_EmptyBorder__ctor" data-uid="FarPoint.Win.EmptyBorder.#ctor">
          <a class="xref" href="FarPoint.Win.EmptyBorder.-ctor.html#FarPoint_Win_EmptyBorder__ctor">EmptyBorder()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an empty border (EmptyBorder object).</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_EmptyBorder_Inset" data-uid="FarPoint.Win.EmptyBorder.Inset">
          <a class="xref" href="FarPoint.Win.EmptyBorder.Inset.html#FarPoint_Win_EmptyBorder_Inset">Inset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the insets of the border.</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_EmptyBorder_Clone" data-uid="FarPoint.Win.EmptyBorder.Clone">
          <a class="xref" href="FarPoint.Win.EmptyBorder.Clone.html#FarPoint_Win_EmptyBorder_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Clones the border object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_EmptyBorder_CompareTo_System_Object_" data-uid="FarPoint.Win.EmptyBorder.CompareTo(System.Object)">
          <a class="xref" href="FarPoint.Win.EmptyBorder.CompareTo.html#FarPoint_Win_EmptyBorder_CompareTo_System_Object_">CompareTo(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Compares the current object with another object of the same type.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_EmptyBorder_Deserialize_System_Xml_XmlNodeReader_" data-uid="FarPoint.Win.EmptyBorder.Deserialize(System.Xml.XmlNodeReader)">
          <a class="xref" href="FarPoint.Win.EmptyBorder.Deserialize.html#FarPoint_Win_EmptyBorder_Deserialize_System_Xml_XmlNodeReader_">Deserialize(XmlNodeReader)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the object from XML.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_EmptyBorder_Equals_System_Object_" data-uid="FarPoint.Win.EmptyBorder.Equals(System.Object)">
          <a class="xref" href="FarPoint.Win.EmptyBorder.Equals.html#FarPoint_Win_EmptyBorder_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Compares the specified object to this border object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_EmptyBorder_Paint_FarPoint_Win_IBorderGraphics_System_Single_System_Single_System_Single_System_Single_System_Boolean_" data-uid="FarPoint.Win.EmptyBorder.Paint(FarPoint.Win.IBorderGraphics,System.Single,System.Single,System.Single,System.Single,System.Boolean)">
          <a class="xref" href="FarPoint.Win.EmptyBorder.Paint.html#FarPoint_Win_EmptyBorder_Paint_FarPoint_Win_IBorderGraphics_System_Single_System_Single_System_Single_System_Single_System_Boolean_">Paint(IBorderGraphics, float, float, float, float, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Paints (prints) the border inside the specified rectangle to PDF.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_EmptyBorder_Paint_System_Drawing_Graphics_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Win.EmptyBorder.Paint(System.Drawing.Graphics,System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.EmptyBorder.Paint.html#FarPoint_Win_EmptyBorder_Paint_System_Drawing_Graphics_System_Int32_System_Int32_System_Int32_System_Int32_">Paint(Graphics, int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Paints the border inside the specified rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_EmptyBorder_Paint_System_Drawing_Graphics_System_Int32_System_Int32_System_Int32_System_Int32_System_Boolean_" data-uid="FarPoint.Win.EmptyBorder.Paint(System.Drawing.Graphics,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean)">
          <a class="xref" href="FarPoint.Win.EmptyBorder.Paint.html#FarPoint_Win_EmptyBorder_Paint_System_Drawing_Graphics_System_Int32_System_Int32_System_Int32_System_Int32_System_Boolean_">Paint(Graphics, int, int, int, int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Paints the border inside the specified rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_EmptyBorder_Serialize_System_Xml_XmlTextWriter_" data-uid="FarPoint.Win.EmptyBorder.Serialize(System.Xml.XmlTextWriter)">
          <a class="xref" href="FarPoint.Win.EmptyBorder.Serialize.html#FarPoint_Win_EmptyBorder_Serialize_System_Xml_XmlTextWriter_">Serialize(XmlTextWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the object to XML.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
