# C1.Web.Mvc.Fluent.PolygonBuilder.AddPoint

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Web_Mvc_Fluent_PolygonBuilder_AddPoint_" data-uid="C1.Web.Mvc.Fluent.PolygonBuilder.AddPoint*">AddPoint Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Web_Mvc_Fluent_PolygonBuilder_AddPoint_" data-uid="C1.Web.Mvc.Fluent.PolygonBuilder.AddPoint*"></a>
<h4 id="C1_Web_Mvc_Fluent_PolygonBuilder_AddPoint_C1_Web_Mvc_DataPoint_" data-uid="C1.Web.Mvc.Fluent.PolygonBuilder.AddPoint(C1.Web.Mvc.DataPoint)">AddPoint(DataPoint)</h4>
<div class="markdown level1 summary"><p>Add point for Polygon annotation.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public PolygonBuilder AddPoint(DataPoint point)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function AddPoint(point As DataPoint) As PolygonBuilder</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.Web.Mvc.DataPoint.html">DataPoint</a></td>
      <td><span class="parametername">point</span></td>
      <td><p>The DataPoint instance</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="C1.Web.Mvc.Fluent.PolygonBuilder.html">PolygonBuilder</a></td>
      <td><p>Current builder</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_Web_Mvc_Fluent_PolygonBuilder_AddPoint_" data-uid="C1.Web.Mvc.Fluent.PolygonBuilder.AddPoint*"></a>
<h4 id="C1_Web_Mvc_Fluent_PolygonBuilder_AddPoint_System_Action_C1_Web_Mvc_Fluent_DataPointBuilder__" data-uid="C1.Web.Mvc.Fluent.PolygonBuilder.AddPoint(System.Action{C1.Web.Mvc.Fluent.DataPointBuilder})">AddPoint(Action&lt;DataPointBuilder&gt;)</h4>
<div class="markdown level1 summary"><p>Add point for Polygon annotation.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public PolygonBuilder AddPoint(Action&lt;DataPointBuilder&gt; build)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function AddPoint(build As Action(Of DataPointBuilder)) As PolygonBuilder</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="https://learn.microsoft.com/dotnet/api/system.action-1">Action</a>&lt;<a class="xref" href="C1.Web.Mvc.Fluent.DataPointBuilder.html">DataPointBuilder</a>&gt;</td>
      <td><span class="parametername">build</span></td>
      <td><p>The build function</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="C1.Web.Mvc.Fluent.PolygonBuilder.html">PolygonBuilder</a></td>
      <td><p>Current builder</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_Web_Mvc_Fluent_PolygonBuilder_AddPoint_" data-uid="C1.Web.Mvc.Fluent.PolygonBuilder.AddPoint*"></a>
<h4 id="C1_Web_Mvc_Fluent_PolygonBuilder_AddPoint_System_Object_System_Object_" data-uid="C1.Web.Mvc.Fluent.PolygonBuilder.AddPoint(System.Object,System.Object)">AddPoint(object, object)</h4>
<div class="markdown level1 summary"><p>Add point for Polygon annotation.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public PolygonBuilder AddPoint(object x, object y)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function AddPoint(x As Object, y As Object) As PolygonBuilder</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="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
      <td><span class="parametername">x</span></td>
      <td><p>The X coordinate value of this DataPoint.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
      <td><span class="parametername">y</span></td>
      <td><p>The Y coordinate value of this DataPoint.</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="C1.Web.Mvc.Fluent.PolygonBuilder.html">PolygonBuilder</a></td>
      <td><p>Current builder</p>
</td>
    </tr>
  </tbody>
</table>
</div>
