# GrapeCity.Documents.Imaging.Windows.FlipRotator

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Imaging_Windows_FlipRotator" data-uid="GrapeCity.Documents.Imaging.Windows.FlipRotator" class="text-break">FlipRotator Class
</h1>
  <div class="markdown level0 summary"><p>Produces a flipped (horizontal or vertical) and/or rotated (by 90 degree increments) bitmap. Rotations are done before the flip.</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"><a class="xref" href="GrapeCity.Documents.Imaging.Windows.BaseTransform.html">BaseTransform</a></div>
    <div class="level2"><span class="xref">FlipRotator</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Imaging.Windows.html">GrapeCity.Documents.Imaging.Windows</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.Windows.dll</h6>
  <h5 id="GrapeCity_Documents_Imaging_Windows_FlipRotator_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FlipRotator : BaseTransform</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FlipRotator
    Inherits BaseTransform</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_Imaging_Windows_FlipRotator__ctor" data-uid="GrapeCity.Documents.Imaging.Windows.FlipRotator.#ctor">
          <a class="xref" href="GrapeCity.Documents.Imaging.Windows.FlipRotator.-ctor.html#GrapeCity_Documents_Imaging_Windows_FlipRotator__ctor">FlipRotator()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Imaging.Windows.FlipRotator.html">FlipRotator</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_Windows_FlipRotator__ctor_GrapeCity_Documents_Imaging_Windows_WicTransformOptions_" data-uid="GrapeCity.Documents.Imaging.Windows.FlipRotator.#ctor(GrapeCity.Documents.Imaging.Windows.WicTransformOptions)">
          <a class="xref" href="GrapeCity.Documents.Imaging.Windows.FlipRotator.-ctor.html#GrapeCity_Documents_Imaging_Windows_FlipRotator__ctor_GrapeCity_Documents_Imaging_Windows_WicTransformOptions_">FlipRotator(WicTransformOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Imaging.Windows.FlipRotator.html">FlipRotator</a> class.</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_Imaging_Windows_FlipRotator_TransformOptions" data-uid="GrapeCity.Documents.Imaging.Windows.FlipRotator.TransformOptions">
          <a class="xref" href="GrapeCity.Documents.Imaging.Windows.FlipRotator.TransformOptions.html#GrapeCity_Documents_Imaging_Windows_FlipRotator_TransformOptions">TransformOptions</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the transform options to flip or rotate the image.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
