# CSJ2K.j2k.codestream.CBlkCoordInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="CSJ2K_j2k_codestream_CBlkCoordInfo" data-uid="CSJ2K.j2k.codestream.CBlkCoordInfo" class="text-break">CBlkCoordInfo Class
</h1>
  <div class="markdown level0 summary"><p>This class is used to store the coordinates of code-blocks.</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="CSJ2K.j2k.codestream.CoordInfo.html">CoordInfo</a></div>
    <div class="level2"><span class="xref">CBlkCoordInfo</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="CSJ2K.j2k.codestream.html">CSJ2K.j2k.codestream</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.ReportViewer.4.6.2.dll</h6>
  <h5 id="CSJ2K_j2k_codestream_CBlkCoordInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CBlkCoordInfo : CoordInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CBlkCoordInfo
    Inherits CoordInfo</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="CSJ2K_j2k_codestream_CBlkCoordInfo__ctor" data-uid="CSJ2K.j2k.codestream.CBlkCoordInfo.#ctor">
          <a class="xref" href="CSJ2K.j2k.codestream.CBlkCoordInfo.-ctor.html#CSJ2K_j2k_codestream_CBlkCoordInfo__ctor">CBlkCoordInfo()</a>
        </td>
        <td class="markdown level1 summary"><p>Constructor. Creates a CBlkCoordInfo object.</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_codestream_CBlkCoordInfo__ctor_System_Int32_System_Int32_" data-uid="CSJ2K.j2k.codestream.CBlkCoordInfo.#ctor(System.Int32,System.Int32)">
          <a class="xref" href="CSJ2K.j2k.codestream.CBlkCoordInfo.-ctor.html#CSJ2K_j2k_codestream_CBlkCoordInfo__ctor_System_Int32_System_Int32_">CBlkCoordInfo(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Constructor. Creates a CBlkCoordInfo object width specified code-block
vertical and horizontal indexes.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="CSJ2K_j2k_codestream_CBlkCoordInfo_idx" data-uid="CSJ2K.j2k.codestream.CBlkCoordInfo.idx">
          <a class="xref" href="CSJ2K.j2k.codestream.CBlkCoordInfo.idx.html">idx</a>
        </td>
        <td class="markdown level1 summary"><p>The code-block horizontal and vertical indexes</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="CSJ2K_j2k_codestream_CBlkCoordInfo_ToString" data-uid="CSJ2K.j2k.codestream.CBlkCoordInfo.ToString">
          <a class="xref" href="CSJ2K.j2k.codestream.CBlkCoordInfo.ToString.html#CSJ2K_j2k_codestream_CBlkCoordInfo_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns code-block's information in a String</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
