# GrapeCity.Documents.Drawing.PathExt

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Drawing_PathExt" data-uid="GrapeCity.Documents.Drawing.PathExt" class="text-break">PathExt Class
</h1>
  <div class="markdown level0 summary"><p>Contains extension methods for <a class="xref" href="GrapeCity.Documents.Drawing.IPath.html">IPath</a> interface.</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"><span class="xref">PathExt</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Drawing.html">GrapeCity.Documents.Drawing</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.dll</h6>
  <h5 id="GrapeCity_Documents_Drawing_PathExt_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public static class PathExt</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Module PathExt</code></pre>
  </div>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Drawing_PathExt_AddLine_GrapeCity_Documents_Drawing_IPath_System_Single_System_Single_" data-uid="GrapeCity.Documents.Drawing.PathExt.AddLine(GrapeCity.Documents.Drawing.IPath,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Drawing.PathExt.AddLine.html#GrapeCity_Documents_Drawing_PathExt_AddLine_GrapeCity_Documents_Drawing_IPath_System_Single_System_Single_">AddLine(IPath, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a line segment between the current point and the specified end point and adds it to the geometry sink.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_PathExt_BeginFigure_GrapeCity_Documents_Drawing_IPath_System_Single_System_Single_" data-uid="GrapeCity.Documents.Drawing.PathExt.BeginFigure(GrapeCity.Documents.Drawing.IPath,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Drawing.PathExt.BeginFigure.html#GrapeCity_Documents_Drawing_PathExt_BeginFigure_GrapeCity_Documents_Drawing_IPath_System_Single_System_Single_">BeginFigure(IPath, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Starts a new figure at the specified point.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
