# GrapeCity.Spreadsheet.Drawing.IFreeFormBuilder

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_Drawing_IFreeFormBuilder" data-uid="GrapeCity.Spreadsheet.Drawing.IFreeFormBuilder" class="text-break">IFreeFormBuilder Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the geometry of a freeform while it's being built.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.Drawing.html">GrapeCity.Spreadsheet.Drawing</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_Drawing_IFreeFormBuilder_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IFreeFormBuilder</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IFreeFormBuilder</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_Spreadsheet_Drawing_IFreeFormBuilder_AddNodes_GrapeCity_Spreadsheet_Drawing_SegmentType_GrapeCity_Spreadsheet_Drawing_EditingType_System_Double_System_Double_System_Double_System_Double_System_Double_System_Double_" data-uid="GrapeCity.Spreadsheet.Drawing.IFreeFormBuilder.AddNodes(GrapeCity.Spreadsheet.Drawing.SegmentType,GrapeCity.Spreadsheet.Drawing.EditingType,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IFreeFormBuilder.AddNodes.html#GrapeCity_Spreadsheet_Drawing_IFreeFormBuilder_AddNodes_GrapeCity_Spreadsheet_Drawing_SegmentType_GrapeCity_Spreadsheet_Drawing_EditingType_System_Double_System_Double_System_Double_System_Double_System_Double_System_Double_">AddNodes(SegmentType, EditingType, double, double, double, double, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a point in the current shape, and then draws a line from the current node to the last node that was added.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_IFreeFormBuilder_ConvertToShape" data-uid="GrapeCity.Spreadsheet.Drawing.IFreeFormBuilder.ConvertToShape">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IFreeFormBuilder.ConvertToShape.html#GrapeCity_Spreadsheet_Drawing_IFreeFormBuilder_ConvertToShape">ConvertToShape()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IShape.html">IShape</a> that has the geometric characteristics of the specified <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IFreeFormBuilder.html">IFreeFormBuilder</a> object</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
