# GrapeCity.ActiveReports.Drawing.MatrixEx.TransformPoints

## Content

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



<h1 id="GrapeCity_ActiveReports_Drawing_MatrixEx_TransformPoints_" data-uid="GrapeCity.ActiveReports.Drawing.MatrixEx.TransformPoints*">TransformPoints Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Drawing_MatrixEx_TransformPoints_" data-uid="GrapeCity.ActiveReports.Drawing.MatrixEx.TransformPoints*"></a>
<h4 id="GrapeCity_ActiveReports_Drawing_MatrixEx_TransformPoints_System_Numerics_Matrix3x2_System_Drawing_PointF___" data-uid="GrapeCity.ActiveReports.Drawing.MatrixEx.TransformPoints(System.Numerics.Matrix3x2,System.Drawing.PointF[])">TransformPoints(Matrix3x2, PointF[])</h4>
<div class="markdown level1 summary"><p>Applies a geometric transform represented by the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.numerics.matrix3x2">Matrix3x2</a> to the provided points.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static void TransformPoints(this Matrix3x2 matrix, PointF[] points)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.numerics.matrix3x2">Matrix3x2</a></td>
      <td><span class="parametername">matrix</span></td>
      <td><p>Transformation matrix.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.pointf">PointF</a>[]</td>
      <td><span class="parametername">points</span></td>
      <td><p>An array of points to transform.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Drawing_MatrixEx_TransformPoints_" data-uid="GrapeCity.ActiveReports.Drawing.MatrixEx.TransformPoints*"></a>
<h4 id="GrapeCity_ActiveReports_Drawing_MatrixEx_TransformPoints_System_Numerics_Matrix3x2_System_Numerics_Vector2___" data-uid="GrapeCity.ActiveReports.Drawing.MatrixEx.TransformPoints(System.Numerics.Matrix3x2,System.Numerics.Vector2[])">TransformPoints(Matrix3x2, Vector2[])</h4>
<div class="markdown level1 summary"><p>Applies a geometric transform represented by the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.numerics.matrix3x2">Matrix3x2</a> to the provided points.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static void TransformPoints(this Matrix3x2 matrix, Vector2[] points)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.numerics.matrix3x2">Matrix3x2</a></td>
      <td><span class="parametername">matrix</span></td>
      <td><p>Transformation matrix.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.numerics.vector2">Vector2</a>[]</td>
      <td><span class="parametername">points</span></td>
      <td><p>An array of points to transform.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
