# GrapeCity.Spreadsheet.Drawing.IGeometry.CubicBezierTo

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Spreadsheet_Drawing_IGeometry_CubicBezierTo_" data-uid="GrapeCity.Spreadsheet.Drawing.IGeometry.CubicBezierTo*">CubicBezierTo Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Spreadsheet_Drawing_IGeometry_CubicBezierTo_" data-uid="GrapeCity.Spreadsheet.Drawing.IGeometry.CubicBezierTo*"></a>
<h4 id="GrapeCity_Spreadsheet_Drawing_IGeometry_CubicBezierTo_GrapeCity_Drawing_Point_GrapeCity_Drawing_Point_GrapeCity_Drawing_Point_" data-uid="GrapeCity.Spreadsheet.Drawing.IGeometry.CubicBezierTo(GrapeCity.Drawing.Point,GrapeCity.Drawing.Point,GrapeCity.Drawing.Point)">CubicBezierTo(Point, Point, Point)</h4>
<div class="markdown level1 summary"><p>Draw a cubic Bezier curve along the specified points.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">void CubicBezierTo(Point control1, Point control2, Point end)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Sub CubicBezierTo(control1 As Point, control2 As Point, [end] As Point)</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><span class="xref">Point</span></td>
      <td><span class="parametername">control1</span></td>
      <td><p>The first control point of the cubic Bezier curve.</p>
</td>
    </tr>
    <tr>
      <td><span class="xref">Point</span></td>
      <td><span class="parametername">control2</span></td>
      <td><p>The second control point of the cubic Bezier curve.</p>
</td>
    </tr>
    <tr>
      <td><span class="xref">Point</span></td>
      <td><span class="parametername">end</span></td>
      <td><p>The end point of the cubic Bezier curve.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
