# GrapeCity.Documents.Imaging.EllipticFigure

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Imaging_EllipticFigure" data-uid="GrapeCity.Documents.Imaging.EllipticFigure" class="text-break">EllipticFigure Class
</h1>
  <div class="markdown level0 summary"><p>Represents an ellipse-like closed path.</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">EllipticFigure</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_EllipticFigure_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class EllipticFigure : IFigure</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class EllipticFigure
    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_EllipticFigure__ctor_System_Drawing_RectangleF_" data-uid="GrapeCity.Documents.Imaging.EllipticFigure.#ctor(System.Drawing.RectangleF)">
          <a class="xref" href="GrapeCity.Documents.Imaging.EllipticFigure.-ctor.html#GrapeCity_Documents_Imaging_EllipticFigure__ctor_System_Drawing_RectangleF_">EllipticFigure(RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Imaging.EllipticFigure.html">EllipticFigure</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_EllipticFigure__ctor_System_Single_System_Single_System_Single_System_Single_" data-uid="GrapeCity.Documents.Imaging.EllipticFigure.#ctor(System.Single,System.Single,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Imaging.EllipticFigure.-ctor.html#GrapeCity_Documents_Imaging_EllipticFigure__ctor_System_Single_System_Single_System_Single_System_Single_">EllipticFigure(float, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Imaging.EllipticFigure.html">EllipticFigure</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_EllipticFigure_Bounds" data-uid="GrapeCity.Documents.Imaging.EllipticFigure.Bounds">
          <a class="xref" href="GrapeCity.Documents.Imaging.EllipticFigure.Bounds.html#GrapeCity_Documents_Imaging_EllipticFigure_Bounds">Bounds</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the bounds for the elliptic region.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_EllipticFigure_Counterclockwise" data-uid="GrapeCity.Documents.Imaging.EllipticFigure.Counterclockwise">
          <a class="xref" href="GrapeCity.Documents.Imaging.EllipticFigure.Counterclockwise.html#GrapeCity_Documents_Imaging_EllipticFigure_Counterclockwise">Counterclockwise</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating if the points should be arranged counterclockwise.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_EllipticFigure_Transform" data-uid="GrapeCity.Documents.Imaging.EllipticFigure.Transform">
          <a class="xref" href="GrapeCity.Documents.Imaging.EllipticFigure.Transform.html#GrapeCity_Documents_Imaging_EllipticFigure_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_EllipticFigure_Clone" data-uid="GrapeCity.Documents.Imaging.EllipticFigure.Clone">
          <a class="xref" href="GrapeCity.Documents.Imaging.EllipticFigure.Clone.html#GrapeCity_Documents_Imaging_EllipticFigure_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a copy of the current figure.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
