# C1.WPF.Core.Extensions

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Core_Extensions" data-uid="C1.WPF.Core.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.Core.html">C1.WPF.Core</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Core.dll</h6>
  <h5 id="C1_WPF_Core_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_Core_Extensions_GetAbsoluteUri_System_String_" data-uid="C1.WPF.Core.Extensions.GetAbsoluteUri(System.String)">
          <a class="xref" href="C1.WPF.Core.Extensions.GetAbsoluteUri.html#C1_WPF_Core_Extensions_GetAbsoluteUri_System_String_">GetAbsoluteUri(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the absolute <span class="xref">System.Uri</span> from a string that may represent relative or absolute Uri.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_Extensions_Multiply_System_Windows_Media_Matrix_System_Windows_Media_Matrix_" data-uid="C1.WPF.Core.Extensions.Multiply(System.Windows.Media.Matrix,System.Windows.Media.Matrix)">
          <a class="xref" href="C1.WPF.Core.Extensions.Multiply.html#C1_WPF_Core_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_Core_Extensions_Multiply_System_Windows_Media_Matrix_System_Windows_Media_Matrix__System_Windows_Media_Matrix__" data-uid="C1.WPF.Core.Extensions.Multiply(System.Windows.Media.Matrix,System.Windows.Media.Matrix@,System.Windows.Media.Matrix@)">
          <a class="xref" href="C1.WPF.Core.Extensions.Multiply.html#C1_WPF_Core_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_Core_Extensions_Transform_System_Windows_Media_Matrix_System_Double_System_Double_" data-uid="C1.WPF.Core.Extensions.Transform(System.Windows.Media.Matrix,System.Double,System.Double)">
          <a class="xref" href="C1.WPF.Core.Extensions.Transform.html#C1_WPF_Core_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>
