# C1.C1Word.Objects.RtfDrawingCanvas.GetPolygon

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Word_Objects_RtfDrawingCanvas_GetPolygon_" data-uid="C1.C1Word.Objects.RtfDrawingCanvas.GetPolygon*">GetPolygon Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Word_Objects_RtfDrawingCanvas_GetPolygon_" data-uid="C1.C1Word.Objects.RtfDrawingCanvas.GetPolygon*"></a>
<h4 id="C1_C1Word_Objects_RtfDrawingCanvas_GetPolygon_System_Drawing_PointF___" data-uid="C1.C1Word.Objects.RtfDrawingCanvas.GetPolygon(System.Drawing.PointF[])">GetPolygon(PointF[])</h4>
<div class="markdown level1 summary"><p>Gets polygon RTF shape for points.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public RtfShape GetPolygon(PointF[] pts)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function GetPolygon(pts As PointF()) As RtfShape</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.drawing.pointf">PointF</a>[]</td>
      <td><span class="parametername">pts</span></td>
      <td><p>The points array.</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.C1Word.Objects.RtfShape.html">RtfShape</a></td>
      <td><p>The RTF shape.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
