# CSJ2K.j2k.ModuleSpec.rotate90

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="CSJ2K_j2k_ModuleSpec_rotate90_" data-uid="CSJ2K.j2k.ModuleSpec.rotate90*">rotate90 Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="CSJ2K_j2k_ModuleSpec_rotate90_" data-uid="CSJ2K.j2k.ModuleSpec.rotate90*"></a>
<h4 id="CSJ2K_j2k_ModuleSpec_rotate90_CSJ2K_j2k_image_Coord_" data-uid="CSJ2K.j2k.ModuleSpec.rotate90(CSJ2K.j2k.image.Coord)">rotate90(Coord)</h4>
<div class="markdown level1 summary"><p>Rotate the ModuleSpec instance by 90 degrees (this modifies only tile
and tile-component specifications).</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public virtual void rotate90(Coord anT)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overridable Sub rotate90(anT As Coord)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="CSJ2K.j2k.image.Coord.html">Coord</a></td>
      <td><span class="parametername">anT</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
