# GrapeCity.Spreadsheet.Drawing.IGeometry.ArcTo

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Spreadsheet_Drawing_IGeometry_ArcTo_" data-uid="GrapeCity.Spreadsheet.Drawing.IGeometry.ArcTo*">ArcTo Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Spreadsheet_Drawing_IGeometry_ArcTo_" data-uid="GrapeCity.Spreadsheet.Drawing.IGeometry.ArcTo*"></a>
<h4 id="GrapeCity_Spreadsheet_Drawing_IGeometry_ArcTo_System_Double_System_Double_System_Double_System_Double_" data-uid="GrapeCity.Spreadsheet.Drawing.IGeometry.ArcTo(System.Double,System.Double,System.Double,System.Double)">ArcTo(double, double, double, double)</h4>
<div class="markdown level1 summary"><p>Draws an arc with the specified parameters from the current pen position to the new point specified</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">void ArcTo(double radiusX, double radiusY, double startAngle, double swingAngle)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Sub ArcTo(radiusX As Double, radiusY As Double, startAngle As Double, swingAngle As Double)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></td>
      <td><span class="parametername">radiusX</span></td>
      <td><p>The width radius of the supposed circle being used to draw the arc.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></td>
      <td><span class="parametername">radiusY</span></td>
      <td><p>The height radius of the supposed circle being used to draw the arc.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></td>
      <td><span class="parametername">startAngle</span></td>
      <td><p>The start angle for an arc.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></td>
      <td><span class="parametername">swingAngle</span></td>
      <td><p>The swing angle for an arc.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
