# CSJ2K.j2k.image.invcomptransf.InvCompTransf.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="CSJ2K_j2k_image_invcomptransf_InvCompTransf__ctor_" data-uid="CSJ2K.j2k.image.invcomptransf.InvCompTransf.#ctor*">InvCompTransf Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="CSJ2K_j2k_image_invcomptransf_InvCompTransf__ctor_" data-uid="CSJ2K.j2k.image.invcomptransf.InvCompTransf.#ctor*"></a>
<h4 id="CSJ2K_j2k_image_invcomptransf_InvCompTransf__ctor_CSJ2K_j2k_image_BlkImgDataSrc_CSJ2K_j2k_decoder_DecoderSpecs_System_Int32___CSJ2K_j2k_util_ParameterList_" data-uid="CSJ2K.j2k.image.invcomptransf.InvCompTransf.#ctor(CSJ2K.j2k.image.BlkImgDataSrc,CSJ2K.j2k.decoder.DecoderSpecs,System.Int32[],CSJ2K.j2k.util.ParameterList)">InvCompTransf(BlkImgDataSrc, DecoderSpecs, int[], ParameterList)</h4>
<div class="markdown level1 summary"><p>Constructs a new ForwCompTransf object that operates on the
specified source of image data.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public InvCompTransf(BlkImgDataSrc imgSrc, DecoderSpecs decSpec, int[] utdepth, ParameterList pl)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(imgSrc As BlkImgDataSrc, decSpec As DecoderSpecs, utdepth As Integer(), pl As ParameterList)</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.BlkImgDataSrc.html">BlkImgDataSrc</a></td>
      <td><span class="parametername">imgSrc</span></td>
      <td><p>The source from where to get the data to be
transformed</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="CSJ2K.j2k.decoder.DecoderSpecs.html">DecoderSpecs</a></td>
      <td><span class="parametername">decSpec</span></td>
      <td><p>The decoder specifications</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>[]</td>
      <td><span class="parametername">utdepth</span></td>
      <td><p>The bit depth of the un-transformed components</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="CSJ2K.j2k.util.ParameterList.html">ParameterList</a></td>
      <td><span class="parametername">pl</span></td>
      <td><p>The command line optinons of the decoder</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="CSJ2K_j2k_image_invcomptransf_InvCompTransf__ctor_CSJ2K_j2k_image_BlkImgDataSrc_CSJ2K_j2k_decoder_DecoderSpecs_System_Int32___CSJ2K_j2k_util_ParameterList__seealso">See Also</h5>
<div class="seealso">
    <div><a class="xref" href="CSJ2K.j2k.image.BlkImgDataSrc.html">BlkImgDataSrc</a></div>
</div>
</div>
