# GrapeCity.Documents.Imaging.GraphicsPath

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Imaging_GraphicsPath" data-uid="GrapeCity.Documents.Imaging.GraphicsPath" class="text-break">GraphicsPath Class
</h1>
  <div class="markdown level0 summary"><p>Describes a set of geometric figures that can contain lines, arcs, cubic Bezier curves, and quadratic Bezier curves.</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">GraphicsPath</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Imaging.html">GrapeCity.Documents.Imaging</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.dll</h6>
  <h5 id="GrapeCity_Documents_Imaging_GraphicsPath_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GraphicsPath</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class GraphicsPath</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_Imaging_GraphicsPath__ctor_GrapeCity_Documents_Drawing_FillMode_GrapeCity_Documents_Imaging_IFigure___" data-uid="GrapeCity.Documents.Imaging.GraphicsPath.#ctor(GrapeCity.Documents.Drawing.FillMode,GrapeCity.Documents.Imaging.IFigure[])">
          <a class="xref" href="GrapeCity.Documents.Imaging.GraphicsPath.-ctor.html#GrapeCity_Documents_Imaging_GraphicsPath__ctor_GrapeCity_Documents_Drawing_FillMode_GrapeCity_Documents_Imaging_IFigure___">GraphicsPath(FillMode, params IFigure[])</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Imaging.GraphicsPath.html">GraphicsPath</a> class with explicitly provided fill mode.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_GraphicsPath__ctor_GrapeCity_Documents_Imaging_IFigure___" data-uid="GrapeCity.Documents.Imaging.GraphicsPath.#ctor(GrapeCity.Documents.Imaging.IFigure[])">
          <a class="xref" href="GrapeCity.Documents.Imaging.GraphicsPath.-ctor.html#GrapeCity_Documents_Imaging_GraphicsPath__ctor_GrapeCity_Documents_Imaging_IFigure___">GraphicsPath(params IFigure[])</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Imaging.GraphicsPath.html">GraphicsPath</a> class with the alternate fill mode.</p>
</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_Imaging_GraphicsPath_Figures" data-uid="GrapeCity.Documents.Imaging.GraphicsPath.Figures">
          <a class="xref" href="GrapeCity.Documents.Imaging.GraphicsPath.Figures.html#GrapeCity_Documents_Imaging_GraphicsPath_Figures">Figures</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the array of figures in the path.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_GraphicsPath_FillMode" data-uid="GrapeCity.Documents.Imaging.GraphicsPath.FillMode">
          <a class="xref" href="GrapeCity.Documents.Imaging.GraphicsPath.FillMode.html#GrapeCity_Documents_Imaging_GraphicsPath_FillMode">FillMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value specifying how the interior of closed figures is filled.</p>
</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_Imaging_GraphicsPath_Clone" data-uid="GrapeCity.Documents.Imaging.GraphicsPath.Clone">
          <a class="xref" href="GrapeCity.Documents.Imaging.GraphicsPath.Clone.html#GrapeCity_Documents_Imaging_GraphicsPath_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a copy of the <a class="xref" href="GrapeCity.Documents.Imaging.GraphicsPath.html">GraphicsPath</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_GraphicsPath_GetBounds_System_Numerics_Matrix3x2_" data-uid="GrapeCity.Documents.Imaging.GraphicsPath.GetBounds(System.Numerics.Matrix3x2)">
          <a class="xref" href="GrapeCity.Documents.Imaging.GraphicsPath.GetBounds.html#GrapeCity_Documents_Imaging_GraphicsPath_GetBounds_System_Numerics_Matrix3x2_">GetBounds(Matrix3x2)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a rectangle that bounds this <a class="xref" href="GrapeCity.Documents.Imaging.GraphicsPath.html">GraphicsPath</a> when this path is transformed by the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.numerics.matrix3x2">Matrix3x2</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_GraphicsPath_TransformPath_System_Numerics_Matrix3x2_" data-uid="GrapeCity.Documents.Imaging.GraphicsPath.TransformPath(System.Numerics.Matrix3x2)">
          <a class="xref" href="GrapeCity.Documents.Imaging.GraphicsPath.TransformPath.html#GrapeCity_Documents_Imaging_GraphicsPath_TransformPath_System_Numerics_Matrix3x2_">TransformPath(Matrix3x2)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a transformed copy of the <a class="xref" href="GrapeCity.Documents.Imaging.GraphicsPath.html">GraphicsPath</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_GraphicsPath_Widen_GrapeCity_Documents_Drawing_Pen_" data-uid="GrapeCity.Documents.Imaging.GraphicsPath.Widen(GrapeCity.Documents.Drawing.Pen)">
          <a class="xref" href="GrapeCity.Documents.Imaging.GraphicsPath.Widen.html#GrapeCity_Documents_Imaging_GraphicsPath_Widen_GrapeCity_Documents_Drawing_Pen_">Widen(Pen)</a>
        </td>
        <td class="markdown level1 summary"><p>Widens the <a class="xref" href="GrapeCity.Documents.Imaging.GraphicsPath.html">GraphicsPath</a> by the specified stroke and returns the result as a new path.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_GraphicsPath_Widen_GrapeCity_Documents_Drawing_Pen_System_Numerics_Matrix3x2_System_Numerics_Matrix3x2_" data-uid="GrapeCity.Documents.Imaging.GraphicsPath.Widen(GrapeCity.Documents.Drawing.Pen,System.Numerics.Matrix3x2,System.Numerics.Matrix3x2)">
          <a class="xref" href="GrapeCity.Documents.Imaging.GraphicsPath.Widen.html#GrapeCity_Documents_Imaging_GraphicsPath_Widen_GrapeCity_Documents_Drawing_Pen_System_Numerics_Matrix3x2_System_Numerics_Matrix3x2_">Widen(Pen, Matrix3x2, Matrix3x2)</a>
        </td>
        <td class="markdown level1 summary"><p>Widens the <a class="xref" href="GrapeCity.Documents.Imaging.GraphicsPath.html">GraphicsPath</a> by the specified stroke and returns the result as a new path.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
