# C1.Win.Touch.ManipulationTransform

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Touch_ManipulationTransform" data-uid="C1.Win.Touch.ManipulationTransform" class="text-break">ManipulationTransform Class
</h1>
  <div class="markdown level0 summary"><p>Represents the cumulative result of the manipulation.</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">ManipulationTransform</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Touch.html">C1.Win.Touch</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.10.dll</h6>
  <h5 id="C1_Win_Touch_ManipulationTransform_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ManipulationTransform</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ManipulationTransform</code></pre>
  </div>
  <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="C1_Win_Touch_ManipulationTransform_Expansion" data-uid="C1.Win.Touch.ManipulationTransform.Expansion">
          <a class="xref" href="C1.Win.Touch.ManipulationTransform.Expansion.html">Expansion</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the amount of expansion, in DIPs.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Touch_ManipulationTransform_Rotation" data-uid="C1.Win.Touch.ManipulationTransform.Rotation">
          <a class="xref" href="C1.Win.Touch.ManipulationTransform.Rotation.html">Rotation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the amount of rotation, in radians.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Touch_ManipulationTransform_Scale" data-uid="C1.Win.Touch.ManipulationTransform.Scale">
          <a class="xref" href="C1.Win.Touch.ManipulationTransform.Scale.html">Scale</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the scale factor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Touch_ManipulationTransform_TranslationX" data-uid="C1.Win.Touch.ManipulationTransform.TranslationX">
          <a class="xref" href="C1.Win.Touch.ManipulationTransform.TranslationX.html">TranslationX</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the translation along the x-axis, in DIPs.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Touch_ManipulationTransform_TranslationY" data-uid="C1.Win.Touch.ManipulationTransform.TranslationY">
          <a class="xref" href="C1.Win.Touch.ManipulationTransform.TranslationY.html">TranslationY</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the translation along the y-axis, in DIPs.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
