# C1.Util.DX.Direct2D.Ellipse

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Util_DX_Direct2D_Ellipse" data-uid="C1.Util.DX.Direct2D.Ellipse" class="text-break">Ellipse Struct
</h1>
  <div class="markdown level0 summary"><p>D2D1_ELLIPSE</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Util.DX.Direct2D.html">C1.Util.DX.Direct2D</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.DX.10.dll</h6>
  <h5 id="C1_Util_DX_Direct2D_Ellipse_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct Ellipse</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure Ellipse</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_Util_DX_Direct2D_Ellipse__ctor_C1_Util_DX_Point2F_System_Single_System_Single_" data-uid="C1.Util.DX.Direct2D.Ellipse.#ctor(C1.Util.DX.Point2F,System.Single,System.Single)">
          <a class="xref" href="C1.Util.DX.Direct2D.Ellipse.-ctor.html#C1_Util_DX_Direct2D_Ellipse__ctor_C1_Util_DX_Point2F_System_Single_System_Single_">Ellipse(Point2F, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Util.DX.Direct2D.Ellipse.html">Ellipse</a> struct.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Util_DX_Direct2D_Ellipse_Point" data-uid="C1.Util.DX.Direct2D.Ellipse.Point">
          <a class="xref" href="C1.Util.DX.Direct2D.Ellipse.Point.html">Point</a>
        </td>
        <td class="markdown level1 summary"><p>D2D_POINT_2F point</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Ellipse_RadiusX" data-uid="C1.Util.DX.Direct2D.Ellipse.RadiusX">
          <a class="xref" href="C1.Util.DX.Direct2D.Ellipse.RadiusX.html">RadiusX</a>
        </td>
        <td class="markdown level1 summary"><p>float radiusX</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_Direct2D_Ellipse_RadiusY" data-uid="C1.Util.DX.Direct2D.Ellipse.RadiusY">
          <a class="xref" href="C1.Util.DX.Direct2D.Ellipse.RadiusY.html">RadiusY</a>
        </td>
        <td class="markdown level1 summary"><p>float radiusY</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
