# GrapeCity.Documents.Imaging.FreeFormPolygon

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Imaging_FreeFormPolygon" data-uid="GrapeCity.Documents.Imaging.FreeFormPolygon" class="text-break">FreeFormPolygon Class
</h1>
  <div class="markdown level0 summary"><p>Represents a path consisting of straight line segments closing in a loop.</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">FreeFormPolygon</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="GrapeCity.Documents.Imaging.IFigure.html">IFigure</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Imaging.html">GrapeCity.Documents.Imaging</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.dll</h6>
  <h5 id="GrapeCity_Documents_Imaging_FreeFormPolygon_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FreeFormPolygon : IFigure</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FreeFormPolygon
    Implements IFigure</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="GrapeCity_Documents_Imaging_FreeFormPolygon__ctor_System_Drawing_PointF___" data-uid="GrapeCity.Documents.Imaging.FreeFormPolygon.#ctor(System.Drawing.PointF[])">
          <a class="xref" href="GrapeCity.Documents.Imaging.FreeFormPolygon.-ctor.html#GrapeCity_Documents_Imaging_FreeFormPolygon__ctor_System_Drawing_PointF___">FreeFormPolygon(params PointF[])</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Imaging.FreeFormPolygon.html">FreeFormPolygon</a> class.</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="GrapeCity_Documents_Imaging_FreeFormPolygon_Points" data-uid="GrapeCity.Documents.Imaging.FreeFormPolygon.Points">
          <a class="xref" href="GrapeCity.Documents.Imaging.FreeFormPolygon.Points.html#GrapeCity_Documents_Imaging_FreeFormPolygon_Points">Points</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the array of source points (before their transformation).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_FreeFormPolygon_Transform" data-uid="GrapeCity.Documents.Imaging.FreeFormPolygon.Transform">
          <a class="xref" href="GrapeCity.Documents.Imaging.FreeFormPolygon.Transform.html#GrapeCity_Documents_Imaging_FreeFormPolygon_Transform">Transform</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the transformation matrix.</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="GrapeCity_Documents_Imaging_FreeFormPolygon_Clone" data-uid="GrapeCity.Documents.Imaging.FreeFormPolygon.Clone">
          <a class="xref" href="GrapeCity.Documents.Imaging.FreeFormPolygon.Clone.html#GrapeCity_Documents_Imaging_FreeFormPolygon_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a copy of the current figure.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_FreeFormPolygon_Invalidate" data-uid="GrapeCity.Documents.Imaging.FreeFormPolygon.Invalidate">
          <a class="xref" href="GrapeCity.Documents.Imaging.FreeFormPolygon.Invalidate.html#GrapeCity_Documents_Imaging_FreeFormPolygon_Invalidate">Invalidate()</a>
        </td>
        <td class="markdown level1 summary"><p>Call this method if some points in the <a class="xref" href="GrapeCity.Documents.Imaging.FreeFormPolygon.Points.html#GrapeCity_Documents_Imaging_FreeFormPolygon_Points">Points</a> array were changed from user code.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_FreeFormPolygon_Reverse" data-uid="GrapeCity.Documents.Imaging.FreeFormPolygon.Reverse">
          <a class="xref" href="GrapeCity.Documents.Imaging.FreeFormPolygon.Reverse.html#GrapeCity_Documents_Imaging_FreeFormPolygon_Reverse">Reverse()</a>
        </td>
        <td class="markdown level1 summary"><p>Reverses the order of points in the figure.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
