# C1.C1Preview.RenderArc

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_RenderArc" data-uid="C1.C1Preview.RenderArc" class="text-break">RenderArc Class
</h1>
  <div class="markdown level0 summary"><p>Represents an arc of 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"><a class="xref" href="C1.C1Preview.RenderEllipse.html">RenderEllipse</a></div>
    <div class="level5"><span class="xref">RenderArc</span></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_RenderArc_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RenderArc : RenderEllipse, IStyleOwner, IDocumentLocation</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RenderArc
    Inherits RenderEllipse
    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_RenderArc__ctor" data-uid="C1.C1Preview.RenderArc.#ctor">
          <a class="xref" href="C1.C1Preview.RenderArc.-ctor.html#C1_C1Preview_RenderArc__ctor">RenderArc()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.RenderArc.html">RenderArc</a> class.
The start angle of the arc is set to 0, while the sweep angle is set to 360 degrees,
thus making it a complete ellipse.
The location and size of the arc's ellipse are set to those of the current <a class="xref" href="C1.C1Preview.RenderArc.html">RenderArc</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RenderArc__ctor_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_" data-uid="C1.C1Preview.RenderArc.#ctor(C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,System.Single,System.Single)">
          <a class="xref" href="C1.C1Preview.RenderArc.-ctor.html#C1_C1Preview_RenderArc__ctor_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_">RenderArc(Unit, Unit, Unit, Unit, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.RenderArc.html">RenderArc</a> class,
assigning the location, size, and start and sweep angles of the arc.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RenderArc__ctor_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_C1_C1Preview_LineDef_" data-uid="C1.C1Preview.RenderArc.#ctor(C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,System.Single,System.Single,C1.C1Preview.LineDef)">
          <a class="xref" href="C1.C1Preview.RenderArc.-ctor.html#C1_C1Preview_RenderArc__ctor_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_C1_C1Preview_LineDef_">RenderArc(Unit, Unit, Unit, Unit, float, float, LineDef)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.RenderArc.html">RenderArc</a> class,
assigning the location, size, and start and sweep angles of the arc,
and the <a class="xref" href="C1.C1Preview.LineDef.html">LineDef</a> used to draw the arc.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RenderArc__ctor_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_C1_C1Preview_LineDef_System_Drawing_Brush_" data-uid="C1.C1Preview.RenderArc.#ctor(C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,System.Single,System.Single,C1.C1Preview.LineDef,System.Drawing.Brush)">
          <a class="xref" href="C1.C1Preview.RenderArc.-ctor.html#C1_C1Preview_RenderArc__ctor_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_C1_C1Preview_LineDef_System_Drawing_Brush_">RenderArc(Unit, Unit, Unit, Unit, float, float, LineDef, Brush)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.RenderArc.html">RenderArc</a> class,
assigning the location, size, and start and sweep angles of the arc,
the <a class="xref" href="C1.C1Preview.LineDef.html">LineDef</a> used to draw the arc,
and the brush used to fill the segment formed by the arc and a line connecting its ends.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RenderArc__ctor_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_C1_C1Preview_LineDef_System_Drawing_Color_" data-uid="C1.C1Preview.RenderArc.#ctor(C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,C1.C1Preview.Unit,System.Single,System.Single,C1.C1Preview.LineDef,System.Drawing.Color)">
          <a class="xref" href="C1.C1Preview.RenderArc.-ctor.html#C1_C1Preview_RenderArc__ctor_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_C1_C1Preview_LineDef_System_Drawing_Color_">RenderArc(Unit, Unit, Unit, Unit, float, float, LineDef, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.RenderArc.html">RenderArc</a> class,
assigning the location, size, and start and sweep angles of the arc,
the <a class="xref" href="C1.C1Preview.LineDef.html">LineDef</a> used to draw the arc,
and the color used to fill the segment formed by the arc and a line connecting its ends.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RenderArc__ctor_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_" data-uid="C1.C1Preview.RenderArc.#ctor(C1.C1Preview.Unit,C1.C1Preview.Unit,System.Single,System.Single)">
          <a class="xref" href="C1.C1Preview.RenderArc.-ctor.html#C1_C1Preview_RenderArc__ctor_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_">RenderArc(Unit, Unit, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.RenderArc.html">RenderArc</a> class,
assigning the width, height, and start and sweep angles of the arc.
The location of the arc's ellipse is set to the location of the current <a class="xref" href="C1.C1Preview.RenderPie.html">RenderPie</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RenderArc__ctor_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_C1_C1Preview_LineDef_" data-uid="C1.C1Preview.RenderArc.#ctor(C1.C1Preview.Unit,C1.C1Preview.Unit,System.Single,System.Single,C1.C1Preview.LineDef)">
          <a class="xref" href="C1.C1Preview.RenderArc.-ctor.html#C1_C1Preview_RenderArc__ctor_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_C1_C1Preview_LineDef_">RenderArc(Unit, Unit, float, float, LineDef)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.RenderArc.html">RenderArc</a> class,
assigning the width, height, start and sweep angles of the arc,
and the <a class="xref" href="C1.C1Preview.LineDef.html">LineDef</a> used to draw the arc.
The location of the arc's ellipse is set to the location of the current <a class="xref" href="C1.C1Preview.RenderPie.html">RenderPie</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RenderArc__ctor_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_C1_C1Preview_LineDef_System_Drawing_Brush_" data-uid="C1.C1Preview.RenderArc.#ctor(C1.C1Preview.Unit,C1.C1Preview.Unit,System.Single,System.Single,C1.C1Preview.LineDef,System.Drawing.Brush)">
          <a class="xref" href="C1.C1Preview.RenderArc.-ctor.html#C1_C1Preview_RenderArc__ctor_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_C1_C1Preview_LineDef_System_Drawing_Brush_">RenderArc(Unit, Unit, float, float, LineDef, Brush)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.RenderArc.html">RenderArc</a> class,
assigning the width, height, start and sweep angles of the arc,
the <a class="xref" href="C1.C1Preview.LineDef.html">LineDef</a> used to draw the arc,
and the brush used to fill the segment formed by the arc and a line connecting its ends.
The location of the arc's ellipse is set to the location of the current <a class="xref" href="C1.C1Preview.RenderPie.html">RenderPie</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RenderArc__ctor_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_C1_C1Preview_LineDef_System_Drawing_Color_" data-uid="C1.C1Preview.RenderArc.#ctor(C1.C1Preview.Unit,C1.C1Preview.Unit,System.Single,System.Single,C1.C1Preview.LineDef,System.Drawing.Color)">
          <a class="xref" href="C1.C1Preview.RenderArc.-ctor.html#C1_C1Preview_RenderArc__ctor_C1_C1Preview_Unit_C1_C1Preview_Unit_System_Single_System_Single_C1_C1Preview_LineDef_System_Drawing_Color_">RenderArc(Unit, Unit, float, float, LineDef, Color)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.RenderArc.html">RenderArc</a> class,
assigning the width, height, start and sweep angles of the arc,
the <a class="xref" href="C1.C1Preview.LineDef.html">LineDef</a> used to draw the arc,
and the color used to fill the segment formed by the arc and a line connecting its ends.
The location of the arc's ellipse is set to the location of the current <a class="xref" href="C1.C1Preview.RenderPie.html">RenderPie</a>.</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_RenderArc_Arc" data-uid="C1.C1Preview.RenderArc.Arc">
          <a class="xref" href="C1.C1Preview.RenderArc.Arc.html#C1_C1Preview_RenderArc_Arc">Arc</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.C1Preview.EllipsePartProps.html">EllipsePartProps</a> object describing the arc
represented by the current <a class="xref" href="C1.C1Preview.RenderArc.html">RenderArc</a> object.
The coordinates of the ellipse containing the arc are relative to the left top corner
of the current <a class="xref" href="C1.C1Preview.RenderArc.html">RenderArc</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_RenderArc_CreateSame" data-uid="C1.C1Preview.RenderArc.CreateSame">
          <a class="xref" href="C1.C1Preview.RenderArc.CreateSame.html#C1_C1Preview_RenderArc_CreateSame">CreateSame()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates new empty <a class="xref" href="C1.C1Preview.RenderRoundRectangle.html">RenderRoundRectangle</a> object
linked with same <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a> as current object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
