# CSJ2K.j2k.codestream.CoordInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="CSJ2K_j2k_codestream_CoordInfo" data-uid="CSJ2K.j2k.codestream.CoordInfo" class="text-break">CoordInfo Class
</h1>
  <div class="markdown level0 summary"><p>This class is used to store the coordinates of objects such as code-blocks
or precincts. As this is an abstract class, it cannot be used directly but
derived classes have been created for code-blocks and packets
(CBlkCoordInfo and PrecCoordInfo).</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"><span class="xref">CoordInfo</span></div>
      <div class="level2"><a class="xref" href="CSJ2K.j2k.codestream.CBlkCoordInfo.html">CBlkCoordInfo</a></div>
      <div class="level2"><a class="xref" href="CSJ2K.j2k.codestream.PrecCoordInfo.html">PrecCoordInfo</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="CSJ2K.j2k.codestream.html">CSJ2K.j2k.codestream</a></h6>
  <h6><strong>Assembly</strong>: C1.C1Pdf.4.8.dll</h6>
  <h5 id="CSJ2K_j2k_codestream_CoordInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class CoordInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class 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_CoordInfo__ctor" data-uid="CSJ2K.j2k.codestream.CoordInfo.#ctor">
          <a class="xref" href="CSJ2K.j2k.codestream.CoordInfo.-ctor.html#CSJ2K_j2k_codestream_CoordInfo__ctor">CoordInfo()</a>
        </td>
        <td class="markdown level1 summary"><p>Empty contructor</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_codestream_CoordInfo__ctor_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="CSJ2K.j2k.codestream.CoordInfo.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="CSJ2K.j2k.codestream.CoordInfo.-ctor.html#CSJ2K_j2k_codestream_CoordInfo__ctor_System_Int32_System_Int32_System_Int32_System_Int32_">CoordInfo(int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Constructor. Creates a CoordInfo object.</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_CoordInfo_h" data-uid="CSJ2K.j2k.codestream.CoordInfo.h">
          <a class="xref" href="CSJ2K.j2k.codestream.CoordInfo.h.html">h</a>
        </td>
        <td class="markdown level1 summary"><p>Object's height</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_codestream_CoordInfo_ulx" data-uid="CSJ2K.j2k.codestream.CoordInfo.ulx">
          <a class="xref" href="CSJ2K.j2k.codestream.CoordInfo.ulx.html">ulx</a>
        </td>
        <td class="markdown level1 summary"><p>Horizontal upper left coordinate in the subband</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_codestream_CoordInfo_uly" data-uid="CSJ2K.j2k.codestream.CoordInfo.uly">
          <a class="xref" href="CSJ2K.j2k.codestream.CoordInfo.uly.html">uly</a>
        </td>
        <td class="markdown level1 summary"><p>Vertical upper left coordinate in the subband</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_codestream_CoordInfo_w" data-uid="CSJ2K.j2k.codestream.CoordInfo.w">
          <a class="xref" href="CSJ2K.j2k.codestream.CoordInfo.w.html">w</a>
        </td>
        <td class="markdown level1 summary"><p>Object's width</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_CoordInfo_ToString" data-uid="CSJ2K.j2k.codestream.CoordInfo.ToString">
          <a class="xref" href="CSJ2K.j2k.codestream.CoordInfo.ToString.html#CSJ2K_j2k_codestream_CoordInfo_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns object's information in a String</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="seealso">See Also</h3>
  <div class="seealso">
      <div><a class="xref" href="CSJ2K.j2k.codestream.PrecCoordInfo.html">PrecCoordInfo</a></div>
      <div><a class="xref" href="CSJ2K.j2k.codestream.CBlkCoordInfo.html">CBlkCoordInfo</a></div>
  </div>

</div>
