# GrapeCity.Drawing.Point

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Drawing_Point" data-uid="GrapeCity.Drawing.Point" class="text-break">Point Struct
</h1>
  <div class="markdown level0 summary"><p>Represents an ordered pair of x- and y-coordinates that defines a point in a two-dimensional plane.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iequatable-1">IEquatable</a>&lt;<a class="xref" href="GrapeCity.Drawing.Point.html">Point</a>&gt;</div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Drawing.html">GrapeCity.Drawing</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Drawing_Point_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct Point : IEquatable&lt;Point&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure Point
    Implements IEquatable(Of Point)</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="GrapeCity_Drawing_Point__ctor_System_Double_System_Double_" data-uid="GrapeCity.Drawing.Point.#ctor(System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Drawing.Point.-ctor.html#GrapeCity_Drawing_Point__ctor_System_Double_System_Double_">Point(double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Drawing.Point.html">Point</a> struct with the specified coordinates.</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="GrapeCity_Drawing_Point_X" data-uid="GrapeCity.Drawing.Point.X">
          <a class="xref" href="GrapeCity.Drawing.Point.X.html#GrapeCity_Drawing_Point_X">X</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the x-coordinate of this <a class="xref" href="GrapeCity.Drawing.Point.html">Point</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_Point_Y" data-uid="GrapeCity.Drawing.Point.Y">
          <a class="xref" href="GrapeCity.Drawing.Point.Y.html#GrapeCity_Drawing_Point_Y">Y</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the y-coordinate of this <a class="xref" href="GrapeCity.Drawing.Point.html">Point</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="GrapeCity_Drawing_Point_Equals_GrapeCity_Drawing_Point_" data-uid="GrapeCity.Drawing.Point.Equals(GrapeCity.Drawing.Point)">
          <a class="xref" href="GrapeCity.Drawing.Point.Equals.html#GrapeCity_Drawing_Point_Equals_GrapeCity_Drawing_Point_">Equals(Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the current value is equal to another value of the same type.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_Point_Offset_GrapeCity_Drawing_Point_" data-uid="GrapeCity.Drawing.Point.Offset(GrapeCity.Drawing.Point)">
          <a class="xref" href="GrapeCity.Drawing.Point.Offset.html#GrapeCity_Drawing_Point_Offset_GrapeCity_Drawing_Point_">Offset(Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Translates this <a class="xref" href="GrapeCity.Drawing.Point.html">Point</a> by the specified amount.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_Point_Offset_System_Double_System_Double_" data-uid="GrapeCity.Drawing.Point.Offset(System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Drawing.Point.Offset.html#GrapeCity_Drawing_Point_Offset_System_Double_System_Double_">Offset(double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Translates this <a class="xref" href="GrapeCity.Drawing.Point.html">Point</a> by the specified amount.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
