# GrapeCity.Documents.Drawing.PathEx

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Drawing_PathEx" data-uid="GrapeCity.Documents.Drawing.PathEx" class="text-break">PathEx Class
</h1>
  <div class="markdown level0 summary"></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">PathEx</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Drawing.html">GrapeCity.Documents.Drawing</a></h6>
  <h6><strong>Assembly</strong>: C1.Document.dll</h6>
  <h5 id="GrapeCity_Documents_Drawing_PathEx_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class PathEx : IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class PathEx
    Implements IDisposable</code></pre>
  </div>
  <h3 id="constructors">Constructors
</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_PathEx__ctor_C1_Document_Util_IPath_" data-uid="GrapeCity.Documents.Drawing.PathEx.#ctor(C1.Document.Util.IPath)">
          <a class="xref" href="GrapeCity.Documents.Drawing.PathEx.-ctor.html#GrapeCity_Documents_Drawing_PathEx__ctor_C1_Document_Util_IPath_">PathEx(IPath)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</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_PathEx_Path" data-uid="GrapeCity.Documents.Drawing.PathEx.Path">
          <a class="xref" href="GrapeCity.Documents.Drawing.PathEx.Path.html">Path</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_PathEx_PathSink" data-uid="GrapeCity.Documents.Drawing.PathEx.PathSink">
          <a class="xref" href="GrapeCity.Documents.Drawing.PathEx.PathSink.html">PathSink</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</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_PathEx_FigureHasSegments" data-uid="GrapeCity.Documents.Drawing.PathEx.FigureHasSegments">
          <a class="xref" href="GrapeCity.Documents.Drawing.PathEx.FigureHasSegments.html#GrapeCity_Documents_Drawing_PathEx_FigureHasSegments">FigureHasSegments</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_PathEx_FigureStarted" data-uid="GrapeCity.Documents.Drawing.PathEx.FigureStarted">
          <a class="xref" href="GrapeCity.Documents.Drawing.PathEx.FigureStarted.html#GrapeCity_Documents_Drawing_PathEx_FigureStarted">FigureStarted</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_PathEx_IsClosed" data-uid="GrapeCity.Documents.Drawing.PathEx.IsClosed">
          <a class="xref" href="GrapeCity.Documents.Drawing.PathEx.IsClosed.html#GrapeCity_Documents_Drawing_PathEx_IsClosed">IsClosed</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <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_PathEx_AddArc_GrapeCity_Documents_Drawing_ArcSegment_" data-uid="GrapeCity.Documents.Drawing.PathEx.AddArc(GrapeCity.Documents.Drawing.ArcSegment)">
          <a class="xref" href="GrapeCity.Documents.Drawing.PathEx.AddArc.html#GrapeCity_Documents_Drawing_PathEx_AddArc_GrapeCity_Documents_Drawing_ArcSegment_">AddArc(ArcSegment)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_PathEx_AddBezier_System_Drawing_PointF_System_Drawing_PointF_System_Drawing_PointF_" data-uid="GrapeCity.Documents.Drawing.PathEx.AddBezier(System.Drawing.PointF,System.Drawing.PointF,System.Drawing.PointF)">
          <a class="xref" href="GrapeCity.Documents.Drawing.PathEx.AddBezier.html#GrapeCity_Documents_Drawing_PathEx_AddBezier_System_Drawing_PointF_System_Drawing_PointF_System_Drawing_PointF_">AddBezier(PointF, PointF, PointF)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_PathEx_AddLine_System_Drawing_PointF_" data-uid="GrapeCity.Documents.Drawing.PathEx.AddLine(System.Drawing.PointF)">
          <a class="xref" href="GrapeCity.Documents.Drawing.PathEx.AddLine.html#GrapeCity_Documents_Drawing_PathEx_AddLine_System_Drawing_PointF_">AddLine(PointF)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_PathEx_AddQuadraticBezier_System_Drawing_PointF_System_Drawing_PointF_" data-uid="GrapeCity.Documents.Drawing.PathEx.AddQuadraticBezier(System.Drawing.PointF,System.Drawing.PointF)">
          <a class="xref" href="GrapeCity.Documents.Drawing.PathEx.AddQuadraticBezier.html#GrapeCity_Documents_Drawing_PathEx_AddQuadraticBezier_System_Drawing_PointF_System_Drawing_PointF_">AddQuadraticBezier(PointF, PointF)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_PathEx_BeginFigure_System_Drawing_PointF_" data-uid="GrapeCity.Documents.Drawing.PathEx.BeginFigure(System.Drawing.PointF)">
          <a class="xref" href="GrapeCity.Documents.Drawing.PathEx.BeginFigure.html#GrapeCity_Documents_Drawing_PathEx_BeginFigure_System_Drawing_PointF_">BeginFigure(PointF)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_PathEx_CancelFigure" data-uid="GrapeCity.Documents.Drawing.PathEx.CancelFigure">
          <a class="xref" href="GrapeCity.Documents.Drawing.PathEx.CancelFigure.html#GrapeCity_Documents_Drawing_PathEx_CancelFigure">CancelFigure()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_PathEx_Close" data-uid="GrapeCity.Documents.Drawing.PathEx.Close">
          <a class="xref" href="GrapeCity.Documents.Drawing.PathEx.Close.html#GrapeCity_Documents_Drawing_PathEx_Close">Close()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_PathEx_Dispose" data-uid="GrapeCity.Documents.Drawing.PathEx.Dispose">
          <a class="xref" href="GrapeCity.Documents.Drawing.PathEx.Dispose.html#GrapeCity_Documents_Drawing_PathEx_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_PathEx_Dispose_System_Boolean_" data-uid="GrapeCity.Documents.Drawing.PathEx.Dispose(System.Boolean)">
          <a class="xref" href="GrapeCity.Documents.Drawing.PathEx.Dispose.html#GrapeCity_Documents_Drawing_PathEx_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_PathEx_EndFigure_GrapeCity_Documents_Drawing_FigureEnd_" data-uid="GrapeCity.Documents.Drawing.PathEx.EndFigure(GrapeCity.Documents.Drawing.FigureEnd)">
          <a class="xref" href="GrapeCity.Documents.Drawing.PathEx.EndFigure.html#GrapeCity_Documents_Drawing_PathEx_EndFigure_GrapeCity_Documents_Drawing_FigureEnd_">EndFigure(FigureEnd)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_PathEx_Finalize" data-uid="GrapeCity.Documents.Drawing.PathEx.Finalize">
          <a class="xref" href="GrapeCity.Documents.Drawing.PathEx.Finalize.html#GrapeCity_Documents_Drawing_PathEx_Finalize">~PathEx()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_PathEx_GetBounds_System_Numerics_Matrix3x2_" data-uid="GrapeCity.Documents.Drawing.PathEx.GetBounds(System.Numerics.Matrix3x2)">
          <a class="xref" href="GrapeCity.Documents.Drawing.PathEx.GetBounds.html#GrapeCity_Documents_Drawing_PathEx_GetBounds_System_Numerics_Matrix3x2_">GetBounds(Matrix3x2)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_PathEx_SetFillMode_GrapeCity_Documents_Drawing_FillMode_" data-uid="GrapeCity.Documents.Drawing.PathEx.SetFillMode(GrapeCity.Documents.Drawing.FillMode)">
          <a class="xref" href="GrapeCity.Documents.Drawing.PathEx.SetFillMode.html#GrapeCity_Documents_Drawing_PathEx_SetFillMode_GrapeCity_Documents_Drawing_FillMode_">SetFillMode(FillMode)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
