# CSJ2K.j2k.wavelet.analysis.ForwWTFull.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="CSJ2K_j2k_wavelet_analysis_ForwWTFull__ctor_" data-uid="CSJ2K.j2k.wavelet.analysis.ForwWTFull.#ctor*">ForwWTFull Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="CSJ2K_j2k_wavelet_analysis_ForwWTFull__ctor_" data-uid="CSJ2K.j2k.wavelet.analysis.ForwWTFull.#ctor*"></a>
<h4 id="CSJ2K_j2k_wavelet_analysis_ForwWTFull__ctor_CSJ2K_j2k_image_BlkImgDataSrc_CSJ2K_j2k_encoder_EncoderSpecs_System_Int32_System_Int32_" data-uid="CSJ2K.j2k.wavelet.analysis.ForwWTFull.#ctor(CSJ2K.j2k.image.BlkImgDataSrc,CSJ2K.j2k.encoder.EncoderSpecs,System.Int32,System.Int32)">ForwWTFull(BlkImgDataSrc, EncoderSpecs, int, int)</h4>
<div class="markdown level1 summary"><p>Initializes this object with the given source of image data and with
all the decompositon parameters</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ForwWTFull(BlkImgDataSrc src, EncoderSpecs encSpec, int cb0x, int cb0y)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(src As BlkImgDataSrc, encSpec As EncoderSpecs, cb0x As Integer, cb0y As Integer)</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">src</span></td>
      <td><p>From where the image data should be obtained.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="CSJ2K.j2k.encoder.EncoderSpecs.html">EncoderSpecs</a></td>
      <td><span class="parametername">encSpec</span></td>
      <td><p>The encoder 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">cb0x</span></td>
      <td><p>The horizontal coordinate of the code-block partition
origin on the reference grid.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">cb0y</span></td>
      <td><p>The vertical coordinate of the code-block partition origin
on the reference grid.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="CSJ2K_j2k_wavelet_analysis_ForwWTFull__ctor_CSJ2K_j2k_image_BlkImgDataSrc_CSJ2K_j2k_encoder_EncoderSpecs_System_Int32_System_Int32__seealso">See Also</h5>
<div class="seealso">
    <div><a class="xref" href="CSJ2K.j2k.wavelet.analysis.ForwardWT.html">ForwardWT</a></div>
</div>
</div>
