# C1.Win.Touch.Manipulations

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_Touch_Manipulations" data-uid="C1.Win.Touch.Manipulations" class="text-break">Manipulations Enum
</h1>
  <div class="markdown level0 summary"><p>Represents the possible affine two-dimensional (2-D) manipulations.</p>
</div>
  <div class="markdown level0 conceptual"></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_Manipulations_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum Manipulations</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum Manipulations</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>
    </thead></thead><tbody>
      <tr>
        <td id="C1_Win_Touch_Manipulations_All">All</td>
        <td><p>All available manipulations.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Touch_Manipulations_None">None</td>
        <td><p>No manipulations.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Touch_Manipulations_Rotate">Rotate</td>
        <td><p>A rotation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Touch_Manipulations_Scale">Scale</td>
        <td><p>A scale in both directions.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Touch_Manipulations_Translate">Translate</td>
        <td><p>A translation in the x and/or y axes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Touch_Manipulations_TranslateX">TranslateX</td>
        <td><p>A translation in the x-axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Touch_Manipulations_TranslateY">TranslateY</td>
        <td><p>A translation in the y-axis.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
