# CSJ2K.j2k.codestream.PrecCoordInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="CSJ2K_j2k_codestream_PrecCoordInfo" data-uid="CSJ2K.j2k.codestream.PrecCoordInfo" class="text-break">PrecCoordInfo Class
</h1>
  <div class="markdown level0 summary"><p>This class is used to store the coordinates of precincts.</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">PrecCoordInfo</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.C1Pdf.4.8.dll</h6>
  <h5 id="CSJ2K_j2k_codestream_PrecCoordInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class PrecCoordInfo : CoordInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class PrecCoordInfo
    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_PrecCoordInfo__ctor" data-uid="CSJ2K.j2k.codestream.PrecCoordInfo.#ctor">
          <a class="xref" href="CSJ2K.j2k.codestream.PrecCoordInfo.-ctor.html#CSJ2K_j2k_codestream_PrecCoordInfo__ctor">PrecCoordInfo()</a>
        </td>
        <td class="markdown level1 summary"><p>Empty Constructor. Creates an empty PrecCoordInfo object.</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_codestream_PrecCoordInfo__ctor_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="CSJ2K.j2k.codestream.PrecCoordInfo.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="CSJ2K.j2k.codestream.PrecCoordInfo.-ctor.html#CSJ2K_j2k_codestream_PrecCoordInfo__ctor_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_">PrecCoordInfo(int, int, int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Constructor. Creates a PrecCoordInfo 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_PrecCoordInfo_xref" data-uid="CSJ2K.j2k.codestream.PrecCoordInfo.xref">
          <a class="xref" href="CSJ2K.j2k.codestream.PrecCoordInfo.xref.html">xref</a>
        </td>
        <td class="markdown level1 summary"><p>Horizontal upper left coordinate in the reference grid</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_codestream_PrecCoordInfo_yref" data-uid="CSJ2K.j2k.codestream.PrecCoordInfo.yref">
          <a class="xref" href="CSJ2K.j2k.codestream.PrecCoordInfo.yref.html">yref</a>
        </td>
        <td class="markdown level1 summary"><p>Vertical upper left coordinate on the reference grid</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_PrecCoordInfo_ToString" data-uid="CSJ2K.j2k.codestream.PrecCoordInfo.ToString">
          <a class="xref" href="CSJ2K.j2k.codestream.PrecCoordInfo.ToString.html#CSJ2K_j2k_codestream_PrecCoordInfo_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns precinct's information in a String</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
