# GrapeCity.Documents.Common.Matrix

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Common_Matrix" data-uid="GrapeCity.Documents.Common.Matrix" class="text-break">Matrix Class
</h1>
  <div class="markdown level0 summary"><p>Represents a 3x2 coordinate system transformation matrix with double precision.</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">Matrix</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iequatable-1">IEquatable</a>&lt;<a class="xref" href="GrapeCity.Documents.Common.Matrix.html">Matrix</a>&gt;</div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Common.html">GrapeCity.Documents.Common</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.dll</h6>
  <h5 id="GrapeCity_Documents_Common_Matrix_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Matrix : IEquatable&lt;Matrix&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Matrix
    Implements IEquatable(Of Matrix)</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Common_Matrix__ctor_System_Double_System_Double_System_Double_System_Double_System_Double_System_Double_" data-uid="GrapeCity.Documents.Common.Matrix.#ctor(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Documents.Common.Matrix.-ctor.html#GrapeCity_Documents_Common_Matrix__ctor_System_Double_System_Double_System_Double_System_Double_System_Double_System_Double_">Matrix(double, double, double, double, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Common.Matrix.html">Matrix</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Matrix__ctor_System_Numerics_Matrix3x2_" data-uid="GrapeCity.Documents.Common.Matrix.#ctor(System.Numerics.Matrix3x2)">
          <a class="xref" href="GrapeCity.Documents.Common.Matrix.-ctor.html#GrapeCity_Documents_Common_Matrix__ctor_System_Numerics_Matrix3x2_">Matrix(Matrix3x2)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Common.Matrix.html">Matrix</a> class from <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.numerics.matrix3x2">Matrix3x2</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Common_Matrix_Identity" data-uid="GrapeCity.Documents.Common.Matrix.Identity">
          <a class="xref" href="GrapeCity.Documents.Common.Matrix.Identity.html">Identity</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the identity matrix.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Common_Matrix_IsIdentity" data-uid="GrapeCity.Documents.Common.Matrix.IsIdentity">
          <a class="xref" href="GrapeCity.Documents.Common.Matrix.IsIdentity.html#GrapeCity_Documents_Common_Matrix_IsIdentity">IsIdentity</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether this instance is an identity matrix.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Matrix_M11" data-uid="GrapeCity.Documents.Common.Matrix.M11">
          <a class="xref" href="GrapeCity.Documents.Common.Matrix.M11.html#GrapeCity_Documents_Common_Matrix_M11">M11</a>
        </td>
        <td class="markdown level1 summary"><p>Gets element (1, 1).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Matrix_M12" data-uid="GrapeCity.Documents.Common.Matrix.M12">
          <a class="xref" href="GrapeCity.Documents.Common.Matrix.M12.html#GrapeCity_Documents_Common_Matrix_M12">M12</a>
        </td>
        <td class="markdown level1 summary"><p>Gets element (1, 2).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Matrix_M21" data-uid="GrapeCity.Documents.Common.Matrix.M21">
          <a class="xref" href="GrapeCity.Documents.Common.Matrix.M21.html#GrapeCity_Documents_Common_Matrix_M21">M21</a>
        </td>
        <td class="markdown level1 summary"><p>Gets element (2, 1).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Matrix_M22" data-uid="GrapeCity.Documents.Common.Matrix.M22">
          <a class="xref" href="GrapeCity.Documents.Common.Matrix.M22.html#GrapeCity_Documents_Common_Matrix_M22">M22</a>
        </td>
        <td class="markdown level1 summary"><p>Gets element (2, 2).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Matrix_M31" data-uid="GrapeCity.Documents.Common.Matrix.M31">
          <a class="xref" href="GrapeCity.Documents.Common.Matrix.M31.html#GrapeCity_Documents_Common_Matrix_M31">M31</a>
        </td>
        <td class="markdown level1 summary"><p>Gets element (3, 1).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Matrix_M32" data-uid="GrapeCity.Documents.Common.Matrix.M32">
          <a class="xref" href="GrapeCity.Documents.Common.Matrix.M32.html#GrapeCity_Documents_Common_Matrix_M32">M32</a>
        </td>
        <td class="markdown level1 summary"><p>Gets element (3, 2).</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_Documents_Common_Matrix_CreateRotation_System_Double_" data-uid="GrapeCity.Documents.Common.Matrix.CreateRotation(System.Double)">
          <a class="xref" href="GrapeCity.Documents.Common.Matrix.CreateRotation.html#GrapeCity_Documents_Common_Matrix_CreateRotation_System_Double_">CreateRotation(double)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a rotation matrix.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Matrix_CreateRotation_System_Double_System_Double_System_Double_" data-uid="GrapeCity.Documents.Common.Matrix.CreateRotation(System.Double,System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Documents.Common.Matrix.CreateRotation.html#GrapeCity_Documents_Common_Matrix_CreateRotation_System_Double_System_Double_System_Double_">CreateRotation(double, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a rotation matrix.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Matrix_CreateRotation_System_Double_System_Drawing_PointF_" data-uid="GrapeCity.Documents.Common.Matrix.CreateRotation(System.Double,System.Drawing.PointF)">
          <a class="xref" href="GrapeCity.Documents.Common.Matrix.CreateRotation.html#GrapeCity_Documents_Common_Matrix_CreateRotation_System_Double_System_Drawing_PointF_">CreateRotation(double, PointF)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a rotation matrix.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Matrix_CreateScale_System_Double_" data-uid="GrapeCity.Documents.Common.Matrix.CreateScale(System.Double)">
          <a class="xref" href="GrapeCity.Documents.Common.Matrix.CreateScale.html#GrapeCity_Documents_Common_Matrix_CreateScale_System_Double_">CreateScale(double)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a scaling matrix that scales uniformly with the given scale.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Matrix_CreateScale_System_Double_System_Double_" data-uid="GrapeCity.Documents.Common.Matrix.CreateScale(System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Documents.Common.Matrix.CreateScale.html#GrapeCity_Documents_Common_Matrix_CreateScale_System_Double_System_Double_">CreateScale(double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a scaling matrix from the specified X and Y components.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Matrix_CreateScale_System_Double_System_Double_System_Double_" data-uid="GrapeCity.Documents.Common.Matrix.CreateScale(System.Double,System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Documents.Common.Matrix.CreateScale.html#GrapeCity_Documents_Common_Matrix_CreateScale_System_Double_System_Double_System_Double_">CreateScale(double, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a scaling matrix that scales uniformly with the specified scale with an offset from the specified center.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Matrix_CreateScale_System_Double_System_Double_System_Double_System_Double_" data-uid="GrapeCity.Documents.Common.Matrix.CreateScale(System.Double,System.Double,System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Documents.Common.Matrix.CreateScale.html#GrapeCity_Documents_Common_Matrix_CreateScale_System_Double_System_Double_System_Double_System_Double_">CreateScale(double, double, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a scaling matrix that is offset by a given center point.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Matrix_CreateScale_System_Double_System_Double_System_Drawing_PointF_" data-uid="GrapeCity.Documents.Common.Matrix.CreateScale(System.Double,System.Double,System.Drawing.PointF)">
          <a class="xref" href="GrapeCity.Documents.Common.Matrix.CreateScale.html#GrapeCity_Documents_Common_Matrix_CreateScale_System_Double_System_Double_System_Drawing_PointF_">CreateScale(double, double, PointF)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a scaling matrix that is offset by a given center point.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Matrix_CreateScale_System_Double_System_Drawing_PointF_" data-uid="GrapeCity.Documents.Common.Matrix.CreateScale(System.Double,System.Drawing.PointF)">
          <a class="xref" href="GrapeCity.Documents.Common.Matrix.CreateScale.html#GrapeCity_Documents_Common_Matrix_CreateScale_System_Double_System_Drawing_PointF_">CreateScale(double, PointF)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a scaling matrix that scales uniformly with the specified scale with an offset from the specified center.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Matrix_CreateSkew_System_Double_System_Double_" data-uid="GrapeCity.Documents.Common.Matrix.CreateSkew(System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Documents.Common.Matrix.CreateSkew.html#GrapeCity_Documents_Common_Matrix_CreateSkew_System_Double_System_Double_">CreateSkew(double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a skew matrix from the specified angles in radians.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Matrix_CreateSkew_System_Double_System_Double_System_Double_System_Double_" data-uid="GrapeCity.Documents.Common.Matrix.CreateSkew(System.Double,System.Double,System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Documents.Common.Matrix.CreateSkew.html#GrapeCity_Documents_Common_Matrix_CreateSkew_System_Double_System_Double_System_Double_System_Double_">CreateSkew(double, double, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a skew matrix from the specified angles in radians and a center point.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Matrix_CreateSkew_System_Double_System_Double_System_Drawing_PointF_" data-uid="GrapeCity.Documents.Common.Matrix.CreateSkew(System.Double,System.Double,System.Drawing.PointF)">
          <a class="xref" href="GrapeCity.Documents.Common.Matrix.CreateSkew.html#GrapeCity_Documents_Common_Matrix_CreateSkew_System_Double_System_Double_System_Drawing_PointF_">CreateSkew(double, double, PointF)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a skew matrix from the specified angles in radians and a center point.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Matrix_CreateTranslation_System_Double_System_Double_" data-uid="GrapeCity.Documents.Common.Matrix.CreateTranslation(System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Documents.Common.Matrix.CreateTranslation.html#GrapeCity_Documents_Common_Matrix_CreateTranslation_System_Double_System_Double_">CreateTranslation(double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a translation matrix.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Matrix_CreateTranslation_System_Drawing_PointF_" data-uid="GrapeCity.Documents.Common.Matrix.CreateTranslation(System.Drawing.PointF)">
          <a class="xref" href="GrapeCity.Documents.Common.Matrix.CreateTranslation.html#GrapeCity_Documents_Common_Matrix_CreateTranslation_System_Drawing_PointF_">CreateTranslation(PointF)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a translation matrix.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Matrix_Equals_GrapeCity_Documents_Common_Matrix_" data-uid="GrapeCity.Documents.Common.Matrix.Equals(GrapeCity.Documents.Common.Matrix)">
          <a class="xref" href="GrapeCity.Documents.Common.Matrix.Equals.html#GrapeCity_Documents_Common_Matrix_Equals_GrapeCity_Documents_Common_Matrix_">Equals(Matrix)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified <a class="xref" href="GrapeCity.Documents.Common.Matrix.html">Matrix</a> is equal to this instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Matrix_Equals_System_Object_" data-uid="GrapeCity.Documents.Common.Matrix.Equals(System.Object)">
          <a class="xref" href="GrapeCity.Documents.Common.Matrix.Equals.html#GrapeCity_Documents_Common_Matrix_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a> is equal to this instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Matrix_GetHashCode" data-uid="GrapeCity.Documents.Common.Matrix.GetHashCode">
          <a class="xref" href="GrapeCity.Documents.Common.Matrix.GetHashCode.html#GrapeCity_Documents_Common_Matrix_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a hash code for this instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Matrix_Invert" data-uid="GrapeCity.Documents.Common.Matrix.Invert">
          <a class="xref" href="GrapeCity.Documents.Common.Matrix.Invert.html#GrapeCity_Documents_Common_Matrix_Invert">Invert()</a>
        </td>
        <td class="markdown level1 summary"><p>Inverts the matrix if possible. Returns the inverted matrix if the operation succeeded.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Matrix_Invert_GrapeCity_Documents_Common_Matrix__" data-uid="GrapeCity.Documents.Common.Matrix.Invert(GrapeCity.Documents.Common.Matrix@)">
          <a class="xref" href="GrapeCity.Documents.Common.Matrix.Invert.html#GrapeCity_Documents_Common_Matrix_Invert_GrapeCity_Documents_Common_Matrix__">Invert(out Matrix)</a>
        </td>
        <td class="markdown level1 summary"><p>Inverts the matrix if possible. The return value indicates whether the operation succeeded.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Matrix_Multiply_GrapeCity_Documents_Common_Matrix_" data-uid="GrapeCity.Documents.Common.Matrix.Multiply(GrapeCity.Documents.Common.Matrix)">
          <a class="xref" href="GrapeCity.Documents.Common.Matrix.Multiply.html#GrapeCity_Documents_Common_Matrix_Multiply_GrapeCity_Documents_Common_Matrix_">Multiply(Matrix)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines the product of two matrices.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Matrix_Multiply_System_Numerics_Matrix3x2_" data-uid="GrapeCity.Documents.Common.Matrix.Multiply(System.Numerics.Matrix3x2)">
          <a class="xref" href="GrapeCity.Documents.Common.Matrix.Multiply.html#GrapeCity_Documents_Common_Matrix_Multiply_System_Numerics_Matrix3x2_">Multiply(Matrix3x2)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines the product of the current <a class="xref" href="GrapeCity.Documents.Common.Matrix.html">Matrix</a> to <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.numerics.matrix3x2">Matrix3x2</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Matrix_Rotate_System_Double_" data-uid="GrapeCity.Documents.Common.Matrix.Rotate(System.Double)">
          <a class="xref" href="GrapeCity.Documents.Common.Matrix.Rotate.html#GrapeCity_Documents_Common_Matrix_Rotate_System_Double_">Rotate(double)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies the rotation transformation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Matrix_Rotate_System_Double_System_Double_System_Double_" data-uid="GrapeCity.Documents.Common.Matrix.Rotate(System.Double,System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Documents.Common.Matrix.Rotate.html#GrapeCity_Documents_Common_Matrix_Rotate_System_Double_System_Double_System_Double_">Rotate(double, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies the rotation transformation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Matrix_Rotate_System_Double_System_Drawing_PointF_" data-uid="GrapeCity.Documents.Common.Matrix.Rotate(System.Double,System.Drawing.PointF)">
          <a class="xref" href="GrapeCity.Documents.Common.Matrix.Rotate.html#GrapeCity_Documents_Common_Matrix_Rotate_System_Double_System_Drawing_PointF_">Rotate(double, PointF)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies the rotation transformation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Matrix_Scale_System_Double_" data-uid="GrapeCity.Documents.Common.Matrix.Scale(System.Double)">
          <a class="xref" href="GrapeCity.Documents.Common.Matrix.Scale.html#GrapeCity_Documents_Common_Matrix_Scale_System_Double_">Scale(double)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies the scaling transformation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Matrix_Scale_System_Double_System_Double_" data-uid="GrapeCity.Documents.Common.Matrix.Scale(System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Documents.Common.Matrix.Scale.html#GrapeCity_Documents_Common_Matrix_Scale_System_Double_System_Double_">Scale(double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies the scaling transformation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Matrix_Scale_System_Double_System_Double_System_Double_System_Double_" data-uid="GrapeCity.Documents.Common.Matrix.Scale(System.Double,System.Double,System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Documents.Common.Matrix.Scale.html#GrapeCity_Documents_Common_Matrix_Scale_System_Double_System_Double_System_Double_System_Double_">Scale(double, double, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies the scaling transformation that is offset by a given center point.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Matrix_Scale_System_Double_System_Double_System_Drawing_PointF_" data-uid="GrapeCity.Documents.Common.Matrix.Scale(System.Double,System.Double,System.Drawing.PointF)">
          <a class="xref" href="GrapeCity.Documents.Common.Matrix.Scale.html#GrapeCity_Documents_Common_Matrix_Scale_System_Double_System_Double_System_Drawing_PointF_">Scale(double, double, PointF)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies the scaling transformation that is offset by a given center point.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Matrix_Skew_System_Double_System_Double_" data-uid="GrapeCity.Documents.Common.Matrix.Skew(System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Documents.Common.Matrix.Skew.html#GrapeCity_Documents_Common_Matrix_Skew_System_Double_System_Double_">Skew(double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies the skew transformation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Matrix_Skew_System_Double_System_Double_System_Double_System_Double_" data-uid="GrapeCity.Documents.Common.Matrix.Skew(System.Double,System.Double,System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Documents.Common.Matrix.Skew.html#GrapeCity_Documents_Common_Matrix_Skew_System_Double_System_Double_System_Double_System_Double_">Skew(double, double, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies the skew transformation that is offset by a given center point.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Matrix_Skew_System_Double_System_Double_System_Drawing_PointF_" data-uid="GrapeCity.Documents.Common.Matrix.Skew(System.Double,System.Double,System.Drawing.PointF)">
          <a class="xref" href="GrapeCity.Documents.Common.Matrix.Skew.html#GrapeCity_Documents_Common_Matrix_Skew_System_Double_System_Double_System_Drawing_PointF_">Skew(double, double, PointF)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies the skew transformation that is offset by a given center point.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Matrix_SkewX_System_Double_" data-uid="GrapeCity.Documents.Common.Matrix.SkewX(System.Double)">
          <a class="xref" href="GrapeCity.Documents.Common.Matrix.SkewX.html#GrapeCity_Documents_Common_Matrix_SkewX_System_Double_">SkewX(double)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies the skew transformation along the X axis.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Matrix_SkewY_System_Double_" data-uid="GrapeCity.Documents.Common.Matrix.SkewY(System.Double)">
          <a class="xref" href="GrapeCity.Documents.Common.Matrix.SkewY.html#GrapeCity_Documents_Common_Matrix_SkewY_System_Double_">SkewY(double)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies the skew transformation along the Y axis.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Matrix_ToMatrix3x2" data-uid="GrapeCity.Documents.Common.Matrix.ToMatrix3x2">
          <a class="xref" href="GrapeCity.Documents.Common.Matrix.ToMatrix3x2.html#GrapeCity_Documents_Common_Matrix_ToMatrix3x2">ToMatrix3x2()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.numerics.matrix3x2">Matrix3x2</a> from this <a class="xref" href="GrapeCity.Documents.Common.Matrix.html">Matrix</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Matrix_ToString" data-uid="GrapeCity.Documents.Common.Matrix.ToString">
          <a class="xref" href="GrapeCity.Documents.Common.Matrix.ToString.html#GrapeCity_Documents_Common_Matrix_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a string that represents the current <a class="xref" href="GrapeCity.Documents.Common.Matrix.html">Matrix</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Matrix_ToString_System_IFormatProvider_" data-uid="GrapeCity.Documents.Common.Matrix.ToString(System.IFormatProvider)">
          <a class="xref" href="GrapeCity.Documents.Common.Matrix.ToString.html#GrapeCity_Documents_Common_Matrix_ToString_System_IFormatProvider_">ToString(IFormatProvider)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a string that represents this instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Matrix_Transform_System_Double_System_Double_" data-uid="GrapeCity.Documents.Common.Matrix.Transform(System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Documents.Common.Matrix.Transform.html#GrapeCity_Documents_Common_Matrix_Transform_System_Double_System_Double_">Transform(double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Transforms a point by this matrix.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Matrix_Transform_System_Drawing_PointF_" data-uid="GrapeCity.Documents.Common.Matrix.Transform(System.Drawing.PointF)">
          <a class="xref" href="GrapeCity.Documents.Common.Matrix.Transform.html#GrapeCity_Documents_Common_Matrix_Transform_System_Drawing_PointF_">Transform(PointF)</a>
        </td>
        <td class="markdown level1 summary"><p>Transforms a point by this matrix.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Matrix_Transform_System_Drawing_PointF___System_Int32_System_Int32_" data-uid="GrapeCity.Documents.Common.Matrix.Transform(System.Drawing.PointF[],System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Documents.Common.Matrix.Transform.html#GrapeCity_Documents_Common_Matrix_Transform_System_Drawing_PointF___System_Int32_System_Int32_">Transform(PointF[], int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Transforms an array of points by this matrix.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Matrix_Transform_System_Single_System_Single_" data-uid="GrapeCity.Documents.Common.Matrix.Transform(System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Common.Matrix.Transform.html#GrapeCity_Documents_Common_Matrix_Transform_System_Single_System_Single_">Transform(float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Transforms a point by this matrix.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Matrix_Translate_System_Double_System_Double_" data-uid="GrapeCity.Documents.Common.Matrix.Translate(System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Documents.Common.Matrix.Translate.html#GrapeCity_Documents_Common_Matrix_Translate_System_Double_System_Double_">Translate(double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies the translation transformation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Matrix_Translate_System_Drawing_PointF_" data-uid="GrapeCity.Documents.Common.Matrix.Translate(System.Drawing.PointF)">
          <a class="xref" href="GrapeCity.Documents.Common.Matrix.Translate.html#GrapeCity_Documents_Common_Matrix_Translate_System_Drawing_PointF_">Translate(PointF)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies the translation transformation.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="operators">Operators
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Common_Matrix_op_Equality_GrapeCity_Documents_Common_Matrix_GrapeCity_Documents_Common_Matrix_" data-uid="GrapeCity.Documents.Common.Matrix.op_Equality(GrapeCity.Documents.Common.Matrix,GrapeCity.Documents.Common.Matrix)">
          <a class="xref" href="GrapeCity.Documents.Common.Matrix.op_Equality.html#GrapeCity_Documents_Common_Matrix_op_Equality_GrapeCity_Documents_Common_Matrix_GrapeCity_Documents_Common_Matrix_">operator ==(Matrix, Matrix)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a value that indicates whether the specified matrices are equal.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Matrix_op_Inequality_GrapeCity_Documents_Common_Matrix_GrapeCity_Documents_Common_Matrix_" data-uid="GrapeCity.Documents.Common.Matrix.op_Inequality(GrapeCity.Documents.Common.Matrix,GrapeCity.Documents.Common.Matrix)">
          <a class="xref" href="GrapeCity.Documents.Common.Matrix.op_Inequality.html#GrapeCity_Documents_Common_Matrix_op_Inequality_GrapeCity_Documents_Common_Matrix_GrapeCity_Documents_Common_Matrix_">operator !=(Matrix, Matrix)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a value that indicates whether the specified matrices are not equal.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Matrix_op_Multiply_GrapeCity_Documents_Common_Matrix_GrapeCity_Documents_Common_Matrix_" data-uid="GrapeCity.Documents.Common.Matrix.op_Multiply(GrapeCity.Documents.Common.Matrix,GrapeCity.Documents.Common.Matrix)">
          <a class="xref" href="GrapeCity.Documents.Common.Matrix.op_Multiply.html#GrapeCity_Documents_Common_Matrix_op_Multiply_GrapeCity_Documents_Common_Matrix_GrapeCity_Documents_Common_Matrix_">operator *(Matrix, Matrix)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines the product of two matrices.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Matrix_op_Multiply_GrapeCity_Documents_Common_Matrix_System_Numerics_Matrix3x2_" data-uid="GrapeCity.Documents.Common.Matrix.op_Multiply(GrapeCity.Documents.Common.Matrix,System.Numerics.Matrix3x2)">
          <a class="xref" href="GrapeCity.Documents.Common.Matrix.op_Multiply.html#GrapeCity_Documents_Common_Matrix_op_Multiply_GrapeCity_Documents_Common_Matrix_System_Numerics_Matrix3x2_">operator *(Matrix, Matrix3x2)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines the product of the <a class="xref" href="GrapeCity.Documents.Common.Matrix.html">Matrix</a> to <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.numerics.matrix3x2">Matrix3x2</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
