# GrapeCity.ActiveReports.Drawing.PathExtensions

## Content

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



  <h1 id="GrapeCity_ActiveReports_Drawing_PathExtensions" data-uid="GrapeCity.ActiveReports.Drawing.PathExtensions" class="text-break">PathExtensions Class
</h1>
  <div class="markdown level0 summary"><p>Represents an extension methods for <a class="xref" href="GrapeCity.ActiveReports.Drawing.PathEx.html">PathEx</a> class.</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">PathExtensions</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Drawing.html">GrapeCity.ActiveReports.Drawing</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Drawing_PathExtensions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public static class PathExtensions</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_ActiveReports_Drawing_PathExtensions_AddBeziers_GrapeCity_ActiveReports_Drawing_PathEx_System_Drawing_PointF___" data-uid="GrapeCity.ActiveReports.Drawing.PathExtensions.AddBeziers(GrapeCity.ActiveReports.Drawing.PathEx,System.Drawing.PointF[])">
          <a class="xref" href="GrapeCity.ActiveReports.Drawing.PathExtensions.AddBeziers.html#GrapeCity_ActiveReports_Drawing_PathExtensions_AddBeziers_GrapeCity_ActiveReports_Drawing_PathEx_System_Drawing_PointF___">AddBeziers(PathEx, PointF[])</a>
        </td>
        <td class="markdown level1 summary"><p>Adds curve as already calculated beziers (start, control, control, end-start, control, control, end-start ...).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Drawing_PathExtensions_AddCurve_GrapeCity_ActiveReports_Drawing_PathEx_System_Drawing_PointF___System_Single_" data-uid="GrapeCity.ActiveReports.Drawing.PathExtensions.AddCurve(GrapeCity.ActiveReports.Drawing.PathEx,System.Drawing.PointF[],System.Single)">
          <a class="xref" href="GrapeCity.ActiveReports.Drawing.PathExtensions.AddCurve.html#GrapeCity_ActiveReports_Drawing_PathExtensions_AddCurve_GrapeCity_ActiveReports_Drawing_PathEx_System_Drawing_PointF___System_Single_">AddCurve(PathEx, PointF[], float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds spline curve.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Drawing_PathExtensions_AddLine_GrapeCity_ActiveReports_Drawing_PathEx_System_Drawing_PointF_System_Drawing_PointF_" data-uid="GrapeCity.ActiveReports.Drawing.PathExtensions.AddLine(GrapeCity.ActiveReports.Drawing.PathEx,System.Drawing.PointF,System.Drawing.PointF)">
          <a class="xref" href="GrapeCity.ActiveReports.Drawing.PathExtensions.AddLine.html#GrapeCity_ActiveReports_Drawing_PathExtensions_AddLine_GrapeCity_ActiveReports_Drawing_PathEx_System_Drawing_PointF_System_Drawing_PointF_">AddLine(PathEx, PointF, PointF)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Drawing_PathExtensions_AddLineTo_GrapeCity_ActiveReports_Drawing_PathEx_System_Drawing_PointF_" data-uid="GrapeCity.ActiveReports.Drawing.PathExtensions.AddLineTo(GrapeCity.ActiveReports.Drawing.PathEx,System.Drawing.PointF)">
          <a class="xref" href="GrapeCity.ActiveReports.Drawing.PathExtensions.AddLineTo.html#GrapeCity_ActiveReports_Drawing_PathExtensions_AddLineTo_GrapeCity_ActiveReports_Drawing_PathEx_System_Drawing_PointF_">AddLineTo(PathEx, PointF)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Drawing_PathExtensions_AddLines_GrapeCity_ActiveReports_Drawing_PathEx_System_Drawing_PointF___" data-uid="GrapeCity.ActiveReports.Drawing.PathExtensions.AddLines(GrapeCity.ActiveReports.Drawing.PathEx,System.Drawing.PointF[])">
          <a class="xref" href="GrapeCity.ActiveReports.Drawing.PathExtensions.AddLines.html#GrapeCity_ActiveReports_Drawing_PathExtensions_AddLines_GrapeCity_ActiveReports_Drawing_PathEx_System_Drawing_PointF___">AddLines(PathEx, PointF[])</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Drawing_PathExtensions_AddPolygon_GrapeCity_ActiveReports_Drawing_PathEx_System_Drawing_PointF___" data-uid="GrapeCity.ActiveReports.Drawing.PathExtensions.AddPolygon(GrapeCity.ActiveReports.Drawing.PathEx,System.Drawing.PointF[])">
          <a class="xref" href="GrapeCity.ActiveReports.Drawing.PathExtensions.AddPolygon.html#GrapeCity_ActiveReports_Drawing_PathExtensions_AddPolygon_GrapeCity_ActiveReports_Drawing_PathEx_System_Drawing_PointF___">AddPolygon(PathEx, PointF[])</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Drawing_PathExtensions_IsVisible_GrapeCity_ActiveReports_Drawing_PathEx_System_Drawing_PointF_" data-uid="GrapeCity.ActiveReports.Drawing.PathExtensions.IsVisible(GrapeCity.ActiveReports.Drawing.PathEx,System.Drawing.PointF)">
          <a class="xref" href="GrapeCity.ActiveReports.Drawing.PathExtensions.IsVisible.html#GrapeCity_ActiveReports_Drawing_PathExtensions_IsVisible_GrapeCity_ActiveReports_Drawing_PathEx_System_Drawing_PointF_">IsVisible(PathEx, PointF)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Drawing_PathExtensions_Scale_GrapeCity_ActiveReports_Drawing_PathEx_System_Single_System_Single_" data-uid="GrapeCity.ActiveReports.Drawing.PathExtensions.Scale(GrapeCity.ActiveReports.Drawing.PathEx,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.ActiveReports.Drawing.PathExtensions.Scale.html#GrapeCity_ActiveReports_Drawing_PathExtensions_Scale_GrapeCity_ActiveReports_Drawing_PathEx_System_Single_System_Single_">Scale(PathEx, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new path where all coordinates are scaled by the specified ratio.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Drawing_PathExtensions_ToPoint_System_Numerics_Vector2_" data-uid="GrapeCity.ActiveReports.Drawing.PathExtensions.ToPoint(System.Numerics.Vector2)">
          <a class="xref" href="GrapeCity.ActiveReports.Drawing.PathExtensions.ToPoint.html#GrapeCity_ActiveReports_Drawing_PathExtensions_ToPoint_System_Numerics_Vector2_">ToPoint(Vector2)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Drawing_PathExtensions_ToPoints_System_Numerics_Vector2___" data-uid="GrapeCity.ActiveReports.Drawing.PathExtensions.ToPoints(System.Numerics.Vector2[])">
          <a class="xref" href="GrapeCity.ActiveReports.Drawing.PathExtensions.ToPoints.html#GrapeCity_ActiveReports_Drawing_PathExtensions_ToPoints_System_Numerics_Vector2___">ToPoints(Vector2[])</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Drawing_PathExtensions_ToVector_System_Drawing_PointF_" data-uid="GrapeCity.ActiveReports.Drawing.PathExtensions.ToVector(System.Drawing.PointF)">
          <a class="xref" href="GrapeCity.ActiveReports.Drawing.PathExtensions.ToVector.html#GrapeCity_ActiveReports_Drawing_PathExtensions_ToVector_System_Drawing_PointF_">ToVector(PointF)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Drawing_PathExtensions_ToVectors_System_Drawing_PointF___" data-uid="GrapeCity.ActiveReports.Drawing.PathExtensions.ToVectors(System.Drawing.PointF[])">
          <a class="xref" href="GrapeCity.ActiveReports.Drawing.PathExtensions.ToVectors.html#GrapeCity_ActiveReports_Drawing_PathExtensions_ToVectors_System_Drawing_PointF___">ToVectors(PointF[])</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
