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

## Content

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



  <h1 id="GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_GraphicsPath" data-uid="GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.GraphicsPath" class="text-break">GraphicsPath Class
</h1>
  <div class="markdown level0 summary"><p>Cross-platform graphics path implementation.
Represents a series of connected lines and 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>
  <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.ActiveReports.Chart.Drawing.Drawing2D.html">GrapeCity.ActiveReports.Chart.Drawing.Drawing2D</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Chart.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_GraphicsPath_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class GraphicsPath : 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_ActiveReports_Chart_Drawing_Drawing2D_GraphicsPath__ctor" data-uid="GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.GraphicsPath.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.GraphicsPath.-ctor.html#GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_GraphicsPath__ctor">GraphicsPath()</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_ActiveReports_Chart_Drawing_Drawing2D_GraphicsPath_PathPoints" data-uid="GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.GraphicsPath.PathPoints">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.GraphicsPath.PathPoints.html#GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_GraphicsPath_PathPoints">PathPoints</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the points in the path.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_GraphicsPath_PathTypes" data-uid="GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.GraphicsPath.PathTypes">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.GraphicsPath.PathTypes.html#GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_GraphicsPath_PathTypes">PathTypes</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_ActiveReports_Chart_Drawing_Drawing2D_GraphicsPath_AddArc_System_Single_System_Single_System_Single_System_Single_System_Single_System_Single_" data-uid="GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.GraphicsPath.AddArc(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.GraphicsPath.AddArc.html#GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_GraphicsPath_AddArc_System_Single_System_Single_System_Single_System_Single_System_Single_System_Single_">AddArc(float, float, float, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Appends an elliptical arc to the current figure.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_GraphicsPath_AddBeziers_System_Drawing_PointF___" data-uid="GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.GraphicsPath.AddBeziers(System.Drawing.PointF[])">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.GraphicsPath.AddBeziers.html#GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_GraphicsPath_AddBeziers_System_Drawing_PointF___">AddBeziers(PointF[])</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a sequence of connected cubic Bézier curves to the current figure.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_GraphicsPath_AddCurve_System_Drawing_PointF___System_Single_" data-uid="GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.GraphicsPath.AddCurve(System.Drawing.PointF[],System.Single)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.GraphicsPath.AddCurve.html#GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_GraphicsPath_AddCurve_System_Drawing_PointF___System_Single_">AddCurve(PointF[], float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a spline curve to the current figure. A cardinal spline curve is used because the curve travels through each of the points in the array.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_GraphicsPath_AddEllipse_System_Single_System_Single_System_Single_System_Single_" data-uid="GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.GraphicsPath.AddEllipse(System.Single,System.Single,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.GraphicsPath.AddEllipse.html#GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_GraphicsPath_AddEllipse_System_Single_System_Single_System_Single_System_Single_">AddEllipse(float, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an ellipse to the current path.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_GraphicsPath_AddLine_System_Drawing_PointF_System_Drawing_PointF_" data-uid="GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.GraphicsPath.AddLine(System.Drawing.PointF,System.Drawing.PointF)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.GraphicsPath.AddLine.html#GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_GraphicsPath_AddLine_System_Drawing_PointF_System_Drawing_PointF_">AddLine(PointF, PointF)</a>
        </td>
        <td class="markdown level1 summary"><p>Appends a line segment to this GraphicsPath.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_GraphicsPath_AddLine_System_Single_System_Single_System_Single_System_Single_" data-uid="GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.GraphicsPath.AddLine(System.Single,System.Single,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.GraphicsPath.AddLine.html#GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_GraphicsPath_AddLine_System_Single_System_Single_System_Single_System_Single_">AddLine(float, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Appends a line segment to this GraphicsPath.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_GraphicsPath_AddLines_System_Drawing_PointF___" data-uid="GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.GraphicsPath.AddLines(System.Drawing.PointF[])">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.GraphicsPath.AddLines.html#GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_GraphicsPath_AddLines_System_Drawing_PointF___">AddLines(PointF[])</a>
        </td>
        <td class="markdown level1 summary"><p>Appends a series of connected line segments to the end of this GraphicsPath.</p>
</td>
      </tr>
      <tr>
        <td 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)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.GraphicsPath.AddPath.html#GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_GraphicsPath_AddPath_GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_GraphicsPath_System_Boolean_">AddPath(GraphicsPath, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Appends the specified GraphicsPath to this path.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_GraphicsPath_AddPolygon_System_Drawing_PointF___" data-uid="GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.GraphicsPath.AddPolygon(System.Drawing.PointF[])">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.GraphicsPath.AddPolygon.html#GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_GraphicsPath_AddPolygon_System_Drawing_PointF___">AddPolygon(PointF[])</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a polygon to this path.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_GraphicsPath_AddRectangle_System_Drawing_RectangleF_" data-uid="GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.GraphicsPath.AddRectangle(System.Drawing.RectangleF)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.GraphicsPath.AddRectangle.html#GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_GraphicsPath_AddRectangle_System_Drawing_RectangleF_">AddRectangle(RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a rectangle to this path and closes the figure.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_GraphicsPath_Clone" data-uid="GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.GraphicsPath.Clone">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.GraphicsPath.Clone.html#GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_GraphicsPath_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an exact copy of this path.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_GraphicsPath_CloseAllFigures" data-uid="GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.GraphicsPath.CloseAllFigures">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.GraphicsPath.CloseAllFigures.html#GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_GraphicsPath_CloseAllFigures">CloseAllFigures()</a>
        </td>
        <td class="markdown level1 summary"><p>Closes all open figures in this path and starts a new figure. It closes each open figure by connecting a line from its endpoint to its starting point.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_GraphicsPath_CloseFigure" data-uid="GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.GraphicsPath.CloseFigure">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.GraphicsPath.CloseFigure.html#GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_GraphicsPath_CloseFigure">CloseFigure()</a>
        </td>
        <td class="markdown level1 summary"><p>Closes the current figure and starts a new figure.
If the current figure contains a sequence of connected lines and curves, the method closes the loop by connecting a line from the endpoint to the starting point.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_GraphicsPath_Dispose" data-uid="GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.GraphicsPath.Dispose">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.GraphicsPath.Dispose.html#GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_GraphicsPath_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_GraphicsPath_Flatten_System_Single_" data-uid="GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.GraphicsPath.Flatten(System.Single)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.GraphicsPath.Flatten.html#GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_GraphicsPath_Flatten_System_Single_">Flatten(float)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts each curve in this path into a sequence of connected line segments.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_GraphicsPath_GetBounds" data-uid="GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.GraphicsPath.GetBounds">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.GraphicsPath.GetBounds.html#GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_GraphicsPath_GetBounds">GetBounds()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a rectangle that bounds this GraphicsPath.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_GraphicsPath_GetLastPoint" data-uid="GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.GraphicsPath.GetLastPoint">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.GraphicsPath.GetLastPoint.html#GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_GraphicsPath_GetLastPoint">GetLastPoint()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the last point in the PathPoints array of this GraphicsPath.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_GraphicsPath_IsVisible_System_Drawing_PointF_" data-uid="GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.GraphicsPath.IsVisible(System.Drawing.PointF)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.GraphicsPath.IsVisible.html#GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_GraphicsPath_IsVisible_System_Drawing_PointF_">IsVisible(PointF)</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the specified point is contained within this GraphicsPath.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_GraphicsPath_Reverse" data-uid="GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.GraphicsPath.Reverse">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.GraphicsPath.Reverse.html#GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_GraphicsPath_Reverse">Reverse()</a>
        </td>
        <td class="markdown level1 summary"><p>Reverses the order of points in the PathPoints array of this GraphicsPath.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_GraphicsPath_Transform_System_Numerics_Matrix3x2_" data-uid="GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.GraphicsPath.Transform(System.Numerics.Matrix3x2)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.GraphicsPath.Transform.html#GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_GraphicsPath_Transform_System_Numerics_Matrix3x2_">Transform(Matrix3x2)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies a transform matrix to this GraphicsPath.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_GraphicsPath_Widen_System_Single_" data-uid="GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.GraphicsPath.Widen(System.Single)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.GraphicsPath.Widen.html#GrapeCity_ActiveReports_Chart_Drawing_Drawing2D_GraphicsPath_Widen_System_Single_">Widen(float)</a>
        </td>
        <td class="markdown level1 summary"><p>Replaces this path with sequence of connected line segments that enclose the area.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
