# C1.Document.EllipsePartShape

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Document_EllipsePartShape" data-uid="C1.Document.EllipsePartShape" class="text-break">EllipsePartShape Class
</h1>
  <div class="markdown level0 summary"><p>Abstract base class for <a class="xref" href="C1.Document.ArcShape.html">ArcShape</a> and <a class="xref" href="C1.Document.PieShape.html">PieShape</a> classes.</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.Document.ShapeBase.html">ShapeBase</a></div>
    <div class="level2"><a class="xref" href="C1.Document.RectangleShape.html">RectangleShape</a></div>
    <div class="level3"><a class="xref" href="C1.Document.EllipseShape.html">EllipseShape</a></div>
    <div class="level4"><span class="xref">EllipsePartShape</span></div>
      <div class="level5"><a class="xref" href="C1.Document.ArcShape.html">ArcShape</a></div>
      <div class="level5"><a class="xref" href="C1.Document.PieShape.html">PieShape</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Document.html">C1.Document</a></h6>
  <h6><strong>Assembly</strong>: C1.Document.dll</h6>
  <h5 id="C1_Document_EllipsePartShape_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class EllipsePartShape : EllipseShape, INotifyPropertyChanged, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class EllipsePartShape
    Inherits EllipseShape
    Implements INotifyPropertyChanged, ICloneable</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_Document_EllipsePartShape__ctor" data-uid="C1.Document.EllipsePartShape.#ctor">
          <a class="xref" href="C1.Document.EllipsePartShape.-ctor.html#C1_Document_EllipsePartShape__ctor">EllipsePartShape()</a>
        </td>
        <td class="markdown level1 summary"></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_Document_EllipsePartShape_StartAngle" data-uid="C1.Document.EllipsePartShape.StartAngle">
          <a class="xref" href="C1.Document.EllipsePartShape.StartAngle.html#C1_Document_EllipsePartShape_StartAngle">StartAngle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the angle, measured in degrees, clockwise from the <b>X</b> axis
to the first side of the sector defining the current shape.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_EllipsePartShape_SweepAngle" data-uid="C1.Document.EllipsePartShape.SweepAngle">
          <a class="xref" href="C1.Document.EllipsePartShape.SweepAngle.html#C1_Document_EllipsePartShape_SweepAngle">SweepAngle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the angle, measured in degrees, clockwise from <a class="xref" href="C1.Document.EllipsePartShape.StartAngle.html#C1_Document_EllipsePartShape_StartAngle">StartAngle</a>
to the second side of the sector defining the current shape.</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_Document_EllipsePartShape_AssignFrom_C1_Document_ShapeBase_" data-uid="C1.Document.EllipsePartShape.AssignFrom(C1.Document.ShapeBase)">
          <a class="xref" href="C1.Document.EllipsePartShape.AssignFrom.html#C1_Document_EllipsePartShape_AssignFrom_C1_Document_ShapeBase_">AssignFrom(ShapeBase)</a>
        </td>
        <td class="markdown level1 summary"><p>Assigns (copies) properties from another <a class="xref" href="C1.Document.ShapeBase.html">ShapeBase</a> to the current object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_EllipsePartShape_GetArcSegment_C1_Interop_Rect_System_Single_System_Single_" data-uid="C1.Document.EllipsePartShape.GetArcSegment(C1.Interop.Rect,System.Single,System.Single)">
          <a class="xref" href="C1.Document.EllipsePartShape.GetArcSegment.html#C1_Document_EllipsePartShape_GetArcSegment_C1_Interop_Rect_System_Single_System_Single_">GetArcSegment(Rect, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
