# CSJ2K.j2k.image.Coord

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="CSJ2K_j2k_image_Coord" data-uid="CSJ2K.j2k.image.Coord" class="text-break">Coord Class
</h1>
  <div class="markdown level0 summary"><p>This class represents 2-D coordinates.</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">Coord</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="CSJ2K.j2k.image.html">CSJ2K.j2k.image</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.ReportViewer.4.6.2.dll</h6>
  <h5 id="CSJ2K_j2k_image_Coord_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Coord</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Coord</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_image_Coord__ctor" data-uid="CSJ2K.j2k.image.Coord.#ctor">
          <a class="xref" href="CSJ2K.j2k.image.Coord.-ctor.html#CSJ2K_j2k_image_Coord__ctor">Coord()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new coordinate object given with the (0,0) coordinates</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_image_Coord__ctor_CSJ2K_j2k_image_Coord_" data-uid="CSJ2K.j2k.image.Coord.#ctor(CSJ2K.j2k.image.Coord)">
          <a class="xref" href="CSJ2K.j2k.image.Coord.-ctor.html#CSJ2K_j2k_image_Coord__ctor_CSJ2K_j2k_image_Coord_">Coord(Coord)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new coordinate object given another Coord object i.e. copy
constructor</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_image_Coord__ctor_System_Int32_System_Int32_" data-uid="CSJ2K.j2k.image.Coord.#ctor(System.Int32,System.Int32)">
          <a class="xref" href="CSJ2K.j2k.image.Coord.-ctor.html#CSJ2K_j2k_image_Coord__ctor_System_Int32_System_Int32_">Coord(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new coordinate object given the two coordinates.</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_image_Coord_x" data-uid="CSJ2K.j2k.image.Coord.x">
          <a class="xref" href="CSJ2K.j2k.image.Coord.x.html">x</a>
        </td>
        <td class="markdown level1 summary"><p>The horizontal coordinate</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_image_Coord_y" data-uid="CSJ2K.j2k.image.Coord.y">
          <a class="xref" href="CSJ2K.j2k.image.Coord.y.html">y</a>
        </td>
        <td class="markdown level1 summary"><p>The vertical coordinate</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_image_Coord_ToString" data-uid="CSJ2K.j2k.image.Coord.ToString">
          <a class="xref" href="CSJ2K.j2k.image.Coord.ToString.html#CSJ2K_j2k_image_Coord_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a string representation of the object coordinates</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
