# C1.WPF.Extensions

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Extensions" data-uid="C1.WPF.Extensions" class="text-break">Extensions Class
</h1>
  <div class="markdown level0 summary"><p>Class that provides static extension methods for several other classes.</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">Extensions</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.html">C1.WPF</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Core.dll</h6>
  <h5 id="C1_WPF_Extensions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public static class Extensions</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Module Extensions</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="C1_WPF_Extensions_Multiply_System_Windows_Media_Matrix_System_Windows_Media_Matrix_" data-uid="C1.WPF.Extensions.Multiply(System.Windows.Media.Matrix,System.Windows.Media.Matrix)">
          <a class="xref" href="C1.WPF.Extensions.Multiply.html#C1_WPF_Extensions_Multiply_System_Windows_Media_Matrix_System_Windows_Media_Matrix_">Multiply(Matrix, Matrix)</a>
        </td>
        <td class="markdown level1 summary"><p>Multiplies the left matrix by the right matrix.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extensions_Multiply_System_Windows_Media_Matrix_System_Windows_Media_Matrix__System_Windows_Media_Matrix__" data-uid="C1.WPF.Extensions.Multiply(System.Windows.Media.Matrix,System.Windows.Media.Matrix@,System.Windows.Media.Matrix@)">
          <a class="xref" href="C1.WPF.Extensions.Multiply.html#C1_WPF_Extensions_Multiply_System_Windows_Media_Matrix_System_Windows_Media_Matrix__System_Windows_Media_Matrix__">Multiply(Matrix, ref Matrix, out Matrix)</a>
        </td>
        <td class="markdown level1 summary"><p>Multiplies the left matrix by the right matrix,
returns the resulting matrix in the output parameter.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extensions_Transform_System_Numerics_Matrix3x2_System_Drawing_PointF_" data-uid="C1.WPF.Extensions.Transform(System.Numerics.Matrix3x2,System.Drawing.PointF)">
          <a class="xref" href="C1.WPF.Extensions.Transform.html#C1_WPF_Extensions_Transform_System_Numerics_Matrix3x2_System_Drawing_PointF_">Transform(Matrix3x2, PointF)</a>
        </td>
        <td class="markdown level1 summary"><p>Transforms the point.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extensions_Transform_System_Numerics_Matrix3x2_System_Drawing_RectangleF_" data-uid="C1.WPF.Extensions.Transform(System.Numerics.Matrix3x2,System.Drawing.RectangleF)">
          <a class="xref" href="C1.WPF.Extensions.Transform.html#C1_WPF_Extensions_Transform_System_Numerics_Matrix3x2_System_Drawing_RectangleF_">Transform(Matrix3x2, RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Transforms the rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extensions_Transform_System_Numerics_Matrix3x2_System_Single_System_Single_" data-uid="C1.WPF.Extensions.Transform(System.Numerics.Matrix3x2,System.Single,System.Single)">
          <a class="xref" href="C1.WPF.Extensions.Transform.html#C1_WPF_Extensions_Transform_System_Numerics_Matrix3x2_System_Single_System_Single_">Transform(Matrix3x2, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Transforms the point.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extensions_Transform_System_Windows_Media_Matrix_System_Double_System_Double_" data-uid="C1.WPF.Extensions.Transform(System.Windows.Media.Matrix,System.Double,System.Double)">
          <a class="xref" href="C1.WPF.Extensions.Transform.html#C1_WPF_Extensions_Transform_System_Windows_Media_Matrix_System_Double_System_Double_">Transform(Matrix, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Transforms a point by this matrix.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
