# GrapeCity.Documents.Svg.SvgEllipticalArcCommand

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Svg_SvgEllipticalArcCommand" data-uid="GrapeCity.Documents.Svg.SvgEllipticalArcCommand" class="text-break">SvgEllipticalArcCommand Class
</h1>
  <div class="markdown level0 summary"><p>Represents an elliptical arc curve command in the path data.</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="GrapeCity.Documents.Svg.SvgPathCommand.html">SvgPathCommand</a></div>
    <div class="level2"><span class="xref">SvgEllipticalArcCommand</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Svg.html">GrapeCity.Documents.Svg</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.dll</h6>
  <h5 id="GrapeCity_Documents_Svg_SvgEllipticalArcCommand_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SvgEllipticalArcCommand : SvgPathCommand</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SvgEllipticalArcCommand
    Inherits SvgPathCommand</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_Svg_SvgEllipticalArcCommand__ctor_System_Boolean_" data-uid="GrapeCity.Documents.Svg.SvgEllipticalArcCommand.#ctor(System.Boolean)">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgEllipticalArcCommand.-ctor.html#GrapeCity_Documents_Svg_SvgEllipticalArcCommand__ctor_System_Boolean_">SvgEllipticalArcCommand(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Svg.SvgEllipticalArcCommand.html">SvgEllipticalArcCommand</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_Svg_SvgEllipticalArcCommand_ArcSize" data-uid="GrapeCity.Documents.Svg.SvgEllipticalArcCommand.ArcSize">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgEllipticalArcCommand.ArcSize.html#GrapeCity_Documents_Svg_SvgEllipticalArcCommand_ArcSize">ArcSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the arc sweep is greater than or equal to 180 degrees.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgEllipticalArcCommand_RadiusX" data-uid="GrapeCity.Documents.Svg.SvgEllipticalArcCommand.RadiusX">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgEllipticalArcCommand.RadiusX.html#GrapeCity_Documents_Svg_SvgEllipticalArcCommand_RadiusX">RadiusX</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the X-radius of the elliptical arc.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgEllipticalArcCommand_RadiusY" data-uid="GrapeCity.Documents.Svg.SvgEllipticalArcCommand.RadiusY">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgEllipticalArcCommand.RadiusY.html#GrapeCity_Documents_Svg_SvgEllipticalArcCommand_RadiusY">RadiusY</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Y-radius of the elliptical arc.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgEllipticalArcCommand_SweepDirection" data-uid="GrapeCity.Documents.Svg.SvgEllipticalArcCommand.SweepDirection">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgEllipticalArcCommand.SweepDirection.html#GrapeCity_Documents_Svg_SvgEllipticalArcCommand_SweepDirection">SweepDirection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that specifies whether the arc sweep is clockwise or counterclockwise.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgEllipticalArcCommand_X" data-uid="GrapeCity.Documents.Svg.SvgEllipticalArcCommand.X">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgEllipticalArcCommand.X.html#GrapeCity_Documents_Svg_SvgEllipticalArcCommand_X">X</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the X-coordinate of the destination point.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgEllipticalArcCommand_XAxisRotation" data-uid="GrapeCity.Documents.Svg.SvgEllipticalArcCommand.XAxisRotation">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgEllipticalArcCommand.XAxisRotation.html#GrapeCity_Documents_Svg_SvgEllipticalArcCommand_XAxisRotation">XAxisRotation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating how the ellipse as a whole is rotated, in degrees, relative to the current coordinate system.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgEllipticalArcCommand_Y" data-uid="GrapeCity.Documents.Svg.SvgEllipticalArcCommand.Y">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgEllipticalArcCommand.Y.html#GrapeCity_Documents_Svg_SvgEllipticalArcCommand_Y">Y</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Y-coordinate of the destination point.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
