# GrapeCity.ActiveReports.Drawing.MatrixEx.RotateAt

## Content

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



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



<a id="GrapeCity_ActiveReports_Drawing_MatrixEx_RotateAt_" data-uid="GrapeCity.ActiveReports.Drawing.MatrixEx.RotateAt*"></a>
<h4 id="GrapeCity_ActiveReports_Drawing_MatrixEx_RotateAt_System_Numerics_Matrix3x2_System_Single_System_Numerics_Vector2_GrapeCity_ActiveReports_Drawing_MatrixOrderEx_" data-uid="GrapeCity.ActiveReports.Drawing.MatrixEx.RotateAt(System.Numerics.Matrix3x2,System.Single,System.Numerics.Vector2,GrapeCity.ActiveReports.Drawing.MatrixOrderEx)">RotateAt(Matrix3x2, float, Vector2, MatrixOrderEx)</h4>
<div class="markdown level1 summary"><p>Applies a clockwise rotation to the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.numerics.matrix3x2">Matrix3x2</a>, around the point specified and by the indicated angle, in the order specified.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static Matrix3x2 RotateAt(this Matrix3x2 matrix, float angle, Vector2 point, MatrixOrderEx order = MatrixOrderEx.Prepend)</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>This Matrix3x2 object.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">angle</span></td>
      <td><p>The angle for the rotation.</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">point</span></td>
      <td><p>The point to rotate around.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Drawing.MatrixOrderEx.html">MatrixOrderEx</a></td>
      <td><span class="parametername">order</span></td>
      <td><p>A <a class="xref" href="GrapeCity.ActiveReports.Drawing.MatrixOrderEx.html">MatrixOrderEx</a> indicating the order in which the rotation should be applied</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</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></td>
    </tr>
  </tbody>
</table>
</div>
