# C1.C1Preview.RenderEllipse

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_RenderEllipse" data-uid="C1.C1Preview.RenderEllipse" class="text-break">RenderEllipse Class
</h1>
  <div class="markdown level0 summary"><p>Represents an ellipse in a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</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"><a class="xref" href="C1.C1Preview.RenderObject.html">RenderObject</a></div>
    <div class="level2"><a class="xref" href="C1.C1Preview.RenderShapeBase.html">RenderShapeBase</a></div>
    <div class="level3"><a class="xref" href="C1.C1Preview.RenderRectangle.html">RenderRectangle</a></div>
    <div class="level4"><span class="xref">RenderEllipse</span></div>
      <div class="level5"><a class="xref" href="C1.C1Preview.RenderArc.html">RenderArc</a></div>
      <div class="level5"><a class="xref" href="C1.C1Preview.RenderPie.html">RenderPie</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="C1.C1Preview.IStyleOwner.html">IStyleOwner</a></div>
    <div><a class="xref" href="C1.C1Preview.IDocumentLocation.html">IDocumentLocation</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.html">C1.C1Preview</a></h6>
  <h6><strong>Assembly</strong>: C1.PrintDocument.4.8.dll</h6>
  <h5 id="C1_C1Preview_RenderEllipse_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RenderEllipse : RenderRectangle, IStyleOwner, IDocumentLocation</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RenderEllipse
    Inherits RenderRectangle
    Implements IStyleOwner, IDocumentLocation</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="C1_C1Preview_RenderEllipse__ctor" data-uid="C1.C1Preview.RenderEllipse.#ctor">
          <a class="xref" href="C1.C1Preview.RenderEllipse.-ctor.html#C1_C1Preview_RenderEllipse__ctor">RenderEllipse()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.RenderEllipse.html">RenderEllipse</a> class.
The location and size of the ellipse are set to those of the current <a class="xref" href="C1.C1Preview.RenderEllipse.html">RenderEllipse</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RenderEllipse__ctor_C1_C1Preview_Unit_C1_C1Preview_Unit_" data-uid="C1.C1Preview.RenderEllipse.#ctor(C1.C1Preview.Unit,C1.C1Preview.Unit)">
          <a class="xref" href="C1.C1Preview.RenderEllipse.-ctor.html#C1_C1Preview_RenderEllipse__ctor_C1_C1Preview_Unit_C1_C1Preview_Unit_">RenderEllipse(Unit, Unit)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.RenderEllipse.html">RenderEllipse</a> class,
assigning the width and height of the ellipse.
The location of the ellipse is set to the location of the current <a class="xref" href="C1.C1Preview.RenderEllipse.html">RenderEllipse</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RenderEllipse__ctor_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_LineDef_" data-uid="C1.C1Preview.RenderEllipse.#ctor(C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.LineDef)">
          <a class="xref" href="C1.C1Preview.RenderEllipse.-ctor.html#C1_C1Preview_RenderEllipse__ctor_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_LineDef_">RenderEllipse(Unit, Unit, LineDef)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.RenderEllipse.html">RenderEllipse</a> class,
assigning the width and height of the ellipse, and the <a class="xref" href="C1.C1Preview.LineDef.html">LineDef</a> used to draw it.
The location of the ellipse is set to the location of the current <a class="xref" href="C1.C1Preview.RenderEllipse.html">RenderEllipse</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RenderEllipse__ctor_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_LineDef_System_Drawing_Brush_" data-uid="C1.C1Preview.RenderEllipse.#ctor(C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.LineDef,System.Drawing.Brush)">
          <a class="xref" href="C1.C1Preview.RenderEllipse.-ctor.html#C1_C1Preview_RenderEllipse__ctor_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_LineDef_System_Drawing_Brush_">RenderEllipse(Unit, Unit, LineDef, Brush)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.RenderEllipse.html">RenderEllipse</a> class,
assigning the width and height of the ellipse, the <a class="xref" href="C1.C1Preview.LineDef.html">LineDef</a> used to draw it, and the fill brush.
The location of the ellipse is set to the location of the current <a class="xref" href="C1.C1Preview.RenderEllipse.html">RenderEllipse</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RenderEllipse__ctor_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_LineDef_System_Drawing_Color_" data-uid="C1.C1Preview.RenderEllipse.#ctor(C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.LineDef,System.Drawing.Color)">
          <a class="xref" href="C1.C1Preview.RenderEllipse.-ctor.html#C1_C1Preview_RenderEllipse__ctor_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_LineDef_System_Drawing_Color_">RenderEllipse(Unit, Unit, LineDef, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.RenderEllipse.html">RenderEllipse</a> class,
assigning the width and height of the ellipse, the <a class="xref" href="C1.C1Preview.LineDef.html">LineDef</a> used to draw it, and the fill color.
The location of the ellipse is set to the location of the current <a class="xref" href="C1.C1Preview.RenderEllipse.html">RenderEllipse</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RenderEllipse__ctor_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_" data-uid="C1.C1Preview.RenderEllipse.#ctor(C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit)">
          <a class="xref" href="C1.C1Preview.RenderEllipse.-ctor.html#C1_C1Preview_RenderEllipse__ctor_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_">RenderEllipse(Unit, Unit, Unit, Unit)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.RenderEllipse.html">RenderEllipse</a> class,
assigning the location and the size of the ellipse.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RenderEllipse__ctor_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_LineDef_" data-uid="C1.C1Preview.RenderEllipse.#ctor(C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.LineDef)">
          <a class="xref" href="C1.C1Preview.RenderEllipse.-ctor.html#C1_C1Preview_RenderEllipse__ctor_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_LineDef_">RenderEllipse(Unit, Unit, Unit, Unit, LineDef)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.RenderEllipse.html">RenderEllipse</a> class,
assigning the location and the size of the ellipse, and the <a class="xref" href="C1.C1Preview.LineDef.html">LineDef</a> used to draw it.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RenderEllipse__ctor_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_LineDef_System_Drawing_Brush_" data-uid="C1.C1Preview.RenderEllipse.#ctor(C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.LineDef,System.Drawing.Brush)">
          <a class="xref" href="C1.C1Preview.RenderEllipse.-ctor.html#C1_C1Preview_RenderEllipse__ctor_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_LineDef_System_Drawing_Brush_">RenderEllipse(Unit, Unit, Unit, Unit, LineDef, Brush)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.RenderEllipse.html">RenderEllipse</a> class,
assigning the location and the size of the ellipse, the <a class="xref" href="C1.C1Preview.LineDef.html">LineDef</a> used to draw it, and the fill brush.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RenderEllipse__ctor_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_LineDef_System_Drawing_Color_" data-uid="C1.C1Preview.RenderEllipse.#ctor(C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.LineDef,System.Drawing.Color)">
          <a class="xref" href="C1.C1Preview.RenderEllipse.-ctor.html#C1_C1Preview_RenderEllipse__ctor_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_LineDef_System_Drawing_Color_">RenderEllipse(Unit, Unit, Unit, Unit, LineDef, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.RenderEllipse.html">RenderEllipse</a> class,
assigning the location and the size of the ellipse, the <a class="xref" href="C1.C1Preview.LineDef.html">LineDef</a> used to draw it, and the fill color.</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="C1_C1Preview_RenderEllipse_Ellipse" data-uid="C1.C1Preview.RenderEllipse.Ellipse">
          <a class="xref" href="C1.C1Preview.RenderEllipse.Ellipse.html#C1_C1Preview_RenderEllipse_Ellipse">Ellipse</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.C1Preview.RectangleProps.html">RectangleProps</a> object describing the geometric ellipse
represented by the current <a class="xref" href="C1.C1Preview.RenderEllipse.html">RenderEllipse</a> object.
The coordinates of the ellipse are relative to the left top corner
of the current <a class="xref" href="C1.C1Preview.RenderEllipse.html">RenderEllipse</a> object.</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="C1_C1Preview_RenderEllipse_CreateSame" data-uid="C1.C1Preview.RenderEllipse.CreateSame">
          <a class="xref" href="C1.C1Preview.RenderEllipse.CreateSame.html#C1_C1Preview_RenderEllipse_CreateSame">CreateSame()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates new empty <a class="xref" href="C1.C1Preview.RenderEllipse.html">RenderEllipse</a> object
linked with same <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a> as current object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
