# C1.Android.Core.C1Point

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Android_Core_C1Point" data-uid="C1.Android.Core.C1Point" class="text-break">C1Point Struct
</h1>
  <div class="markdown level0 summary"><p>Represents an x- and y-coordinate pair in two-dimensional space. Can also represent a logical point for certain property usages.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Android.Core.html">C1.Android.Core</a></h6>
  <h6><strong>Assembly</strong>: C1.Android.Core.dll</h6>
  <h5 id="C1_Android_Core_C1Point_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct C1Point</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure C1Point</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_Android_Core_C1Point__ctor_System_Double_System_Double_" data-uid="C1.Android.Core.C1Point.#ctor(System.Double,System.Double)">
          <a class="xref" href="C1.Android.Core.C1Point.-ctor.html#C1_Android_Core_C1Point__ctor_System_Double_System_Double_">C1Point(double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Android.Core.C1Point.html">C1Point</a> struct.</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_Android_Core_C1Point_X" data-uid="C1.Android.Core.C1Point.X">
          <a class="xref" href="C1.Android.Core.C1Point.X.html#C1_Android_Core_C1Point_X">X</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the x-coordinate value of this <a class="xref" href="C1.Android.Core.C1Point.html">C1Point</a> structure.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Android_Core_C1Point_Y" data-uid="C1.Android.Core.C1Point.Y">
          <a class="xref" href="C1.Android.Core.C1Point.Y.html#C1_Android_Core_C1Point_Y">Y</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the y-coordinate value of this <a class="xref" href="C1.Android.Core.C1Point.html">C1Point</a>.</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="C1_Android_Core_C1Point_Equals_System_Object_" data-uid="C1.Android.Core.C1Point.Equals(System.Object)">
          <a class="xref" href="C1.Android.Core.C1Point.Equals.html#C1_Android_Core_C1Point_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>, is equal to this instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Android_Core_C1Point_GetHashCode" data-uid="C1.Android.Core.C1Point.GetHashCode">
          <a class="xref" href="C1.Android.Core.C1Point.GetHashCode.html#C1_Android_Core_C1Point_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a hash code for this instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Android_Core_C1Point_ToString" data-uid="C1.Android.Core.C1Point.ToString">
          <a class="xref" href="C1.Android.Core.C1Point.ToString.html#C1_Android_Core_C1Point_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> that represents this instance.</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_Android_Core_C1Point_op_Equality_C1_Android_Core_C1Point_C1_Android_Core_C1Point_" data-uid="C1.Android.Core.C1Point.op_Equality(C1.Android.Core.C1Point,C1.Android.Core.C1Point)">
          <a class="xref" href="C1.Android.Core.C1Point.op_Equality.html#C1_Android_Core_C1Point_op_Equality_C1_Android_Core_C1Point_C1_Android_Core_C1Point_">operator ==(C1Point, C1Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Implements the operator ==.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Android_Core_C1Point_op_Inequality_C1_Android_Core_C1Point_C1_Android_Core_C1Point_" data-uid="C1.Android.Core.C1Point.op_Inequality(C1.Android.Core.C1Point,C1.Android.Core.C1Point)">
          <a class="xref" href="C1.Android.Core.C1Point.op_Inequality.html#C1_Android_Core_C1Point_op_Inequality_C1_Android_Core_C1Point_C1_Android_Core_C1Point_">operator !=(C1Point, C1Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Implements the operator !=.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
