# C1.Framework.Drawing.Gdi.Coordinate

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Framework_Drawing_Gdi_Coordinate" data-uid="C1.Framework.Drawing.Gdi.Coordinate" class="text-break">Coordinate Class
</h1>
  <div class="markdown level0 summary"><p>Defines a class the represents the coordinate concept in mathematics.</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="C1.Framework.Mathematics.Vector-1.html">Vector</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a>&gt;</div>
    <div class="level2"><span class="xref">Coordinate</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Framework.Drawing.Gdi.html">C1.Framework.Drawing.Gdi</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Input.4.8.dll</h6>
  <h5 id="C1_Framework_Drawing_Gdi_Coordinate_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class Coordinate : Vector&lt;float&gt;, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public NotInheritable Class Coordinate
    Inherits Vector(Of Single)
    Implements ICloneable</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="C1_Framework_Drawing_Gdi_Coordinate__ctor_System_Single_System_Single_" data-uid="C1.Framework.Drawing.Gdi.Coordinate.#ctor(System.Single,System.Single)">
          <a class="xref" href="C1.Framework.Drawing.Gdi.Coordinate.-ctor.html#C1_Framework_Drawing_Gdi_Coordinate__ctor_System_Single_System_Single_">Coordinate(float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates a new instance of the <a class="xref" href="C1.Framework.Drawing.Gdi.Coordinate.html">Coordinate</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_Coordinate_X" data-uid="C1.Framework.Drawing.Gdi.Coordinate.X">
          <a class="xref" href="C1.Framework.Drawing.Gdi.Coordinate.X.html#C1_Framework_Drawing_Gdi_Coordinate_X">X</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value of x-coordinate.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_Coordinate_Y" data-uid="C1.Framework.Drawing.Gdi.Coordinate.Y">
          <a class="xref" href="C1.Framework.Drawing.Gdi.Coordinate.Y.html#C1_Framework_Drawing_Gdi_Coordinate_Y">Y</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value of y-coordinate.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="operators">Operators
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_Coordinate_op_Implicit_C1_Framework_Drawing_Gdi_Coordinate__System_Drawing_Point" data-uid="C1.Framework.Drawing.Gdi.Coordinate.op_Implicit(C1.Framework.Drawing.Gdi.Coordinate)~System.Drawing.Point">
          <a class="xref" href="C1.Framework.Drawing.Gdi.Coordinate.op_Implicit.html#C1_Framework_Drawing_Gdi_Coordinate_op_Implicit_C1_Framework_Drawing_Gdi_Coordinate__System_Drawing_Point">implicit operator Point(Coordinate)</a>
        </td>
        <td class="markdown level1 summary"><p>Implicit convert a Coordinate value to a Point object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_Drawing_Gdi_Coordinate_op_Implicit_System_Drawing_Point__C1_Framework_Drawing_Gdi_Coordinate" data-uid="C1.Framework.Drawing.Gdi.Coordinate.op_Implicit(System.Drawing.Point)~C1.Framework.Drawing.Gdi.Coordinate">
          <a class="xref" href="C1.Framework.Drawing.Gdi.Coordinate.op_Implicit.html#C1_Framework_Drawing_Gdi_Coordinate_op_Implicit_System_Drawing_Point__C1_Framework_Drawing_Gdi_Coordinate">implicit operator Coordinate(Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Implicit convert a Point value to a Coordinate object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
