# GrapeCity.Documents.Imaging.PathBuilder.AddCubicBezier

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Imaging_PathBuilder_AddCubicBezier_" data-uid="GrapeCity.Documents.Imaging.PathBuilder.AddCubicBezier*">AddCubicBezier Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Imaging_PathBuilder_AddCubicBezier_" data-uid="GrapeCity.Documents.Imaging.PathBuilder.AddCubicBezier*"></a>
<h4 id="GrapeCity_Documents_Imaging_PathBuilder_AddCubicBezier_System_Drawing_PointF_System_Drawing_PointF_System_Drawing_PointF_" data-uid="GrapeCity.Documents.Imaging.PathBuilder.AddCubicBezier(System.Drawing.PointF,System.Drawing.PointF,System.Drawing.PointF)">AddCubicBezier(PointF, PointF, PointF)</h4>
<div class="markdown level1 summary"><p>Creates a cubic Bezier curve and adds it to the figure.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void AddCubicBezier(PointF controlPoint1, PointF controlPoint2, PointF endPoint)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub AddCubicBezier(controlPoint1 As PointF, controlPoint2 As PointF, endPoint As PointF)</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.drawing.pointf">PointF</a></td>
      <td><span class="parametername">controlPoint1</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.pointf">PointF</a></td>
      <td><span class="parametername">controlPoint2</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.pointf">PointF</a></td>
      <td><span class="parametername">endPoint</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
