# C1.Win.Bitmap.TransformOptions

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_Bitmap_TransformOptions" data-uid="C1.Win.Bitmap.TransformOptions" class="text-break">TransformOptions Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the flip and rotation transforms.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Bitmap.html">C1.Win.Bitmap</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Bitmap.4.8.dll</h6>
  <h5 id="C1_Win_Bitmap_TransformOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum TransformOptions</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum TransformOptions</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_Bitmap_TransformOptions_FlipHorizontal">FlipHorizontal</td>
        <td><p>A horizontal flip. Pixels are flipped around the vertical y-axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Bitmap_TransformOptions_FlipVertical">FlipVertical</td>
        <td><p>A vertical flip. Pixels are flipped around the horizontal x-axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Bitmap_TransformOptions_Rotate0">Rotate0</td>
        <td><p>A rotation of 0 degrees.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Bitmap_TransformOptions_Rotate180">Rotate180</td>
        <td><p>A clockwise rotation of 180 degrees.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Bitmap_TransformOptions_Rotate270">Rotate270</td>
        <td><p>A clockwise rotation of 270 degrees.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Bitmap_TransformOptions_Rotate90">Rotate90</td>
        <td><p>A clockwise rotation of 90 degrees.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
