# GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.GraphicsPath.AddPath

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_GraphicsPath_AddPath_" data-uid="GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.GraphicsPath.AddPath*">AddPath Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_GraphicsPath_AddPath_" data-uid="GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.GraphicsPath.AddPath*"></a>
<h4 id="GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_GraphicsPath_AddPath_GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_GraphicsPath_System_Boolean_" data-uid="GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.GraphicsPath.AddPath(GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.GraphicsPath,System.Boolean)">AddPath(GraphicsPath, bool)</h4>
<div class="markdown level1 summary"><p>Appends the specified GraphicsPath to this path.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void AddPath(GraphicsPath addingPath, bool connect)</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="GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.GraphicsPath.html">GraphicsPath</a></td>
      <td><span class="parametername">addingPath</span></td>
      <td><p>The GraphicsPath to add.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">connect</span></td>
      <td><p>A Boolean value that specifies whether the first figure in the added path is part of the last figure in this path.
A value of true specifies that (if possible) the first figure in the added path is part of the last figure in this path.
A value of false specifies that the first figure in the added path is separate from the last figure in this path.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
