# GrapeCity.Spreadsheet.Drawing.Point3D

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_Drawing_Point3D" data-uid="GrapeCity.Spreadsheet.Drawing.Point3D" class="text-break">Point3D Struct
</h1>
  <div class="markdown level0 summary"><p>Represents an ordered pair of x-, y- and z-coordinates that defines a point in a three-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.Spreadsheet.Drawing.Point3D.html">Point3D</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icomparable-1">IComparable</a>&lt;<a class="xref" href="GrapeCity.Spreadsheet.Drawing.Point3D.html">Point3D</a>&gt;</div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.Drawing.html">GrapeCity.Spreadsheet.Drawing</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_Drawing_Point3D_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct Point3D : IEquatable&lt;Point3D&gt;, IComparable&lt;Point3D&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure Point3D
    Implements IEquatable(Of Point3D), IComparable(Of Point3D)</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_Spreadsheet_Drawing_Point3D__ctor_System_Double_System_Double_System_Double_" data-uid="GrapeCity.Spreadsheet.Drawing.Point3D.#ctor(System.Double,System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.Point3D.-ctor.html#GrapeCity_Spreadsheet_Drawing_Point3D__ctor_System_Double_System_Double_System_Double_">Point3D(double, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Spreadsheet.Drawing.Point3D.html">Point3D</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_Spreadsheet_Drawing_Point3D_X" data-uid="GrapeCity.Spreadsheet.Drawing.Point3D.X">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.Point3D.X.html#GrapeCity_Spreadsheet_Drawing_Point3D_X">X</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the x-coordinate of this <a class="xref" href="GrapeCity.Spreadsheet.Drawing.Point3D.html">Point3D</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_Point3D_Y" data-uid="GrapeCity.Spreadsheet.Drawing.Point3D.Y">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.Point3D.Y.html#GrapeCity_Spreadsheet_Drawing_Point3D_Y">Y</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the y-coordinate of this <a class="xref" href="GrapeCity.Spreadsheet.Drawing.Point3D.html">Point3D</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_Point3D_Z" data-uid="GrapeCity.Spreadsheet.Drawing.Point3D.Z">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.Point3D.Z.html#GrapeCity_Spreadsheet_Drawing_Point3D_Z">Z</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the z-coordinate of this <a class="xref" href="GrapeCity.Spreadsheet.Drawing.Point3D.html">Point3D</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_Spreadsheet_Drawing_Point3D_CompareTo_GrapeCity_Spreadsheet_Drawing_Point3D_" data-uid="GrapeCity.Spreadsheet.Drawing.Point3D.CompareTo(GrapeCity.Spreadsheet.Drawing.Point3D)">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.Point3D.CompareTo.html#GrapeCity_Spreadsheet_Drawing_Point3D_CompareTo_GrapeCity_Spreadsheet_Drawing_Point3D_">CompareTo(Point3D)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_Point3D_Equals_GrapeCity_Spreadsheet_Drawing_Point3D_" data-uid="GrapeCity.Spreadsheet.Drawing.Point3D.Equals(GrapeCity.Spreadsheet.Drawing.Point3D)">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.Point3D.Equals.html#GrapeCity_Spreadsheet_Drawing_Point3D_Equals_GrapeCity_Spreadsheet_Drawing_Point3D_">Equals(Point3D)</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_Spreadsheet_Drawing_Point3D_Offset_GrapeCity_Drawing_Point_" data-uid="GrapeCity.Spreadsheet.Drawing.Point3D.Offset(GrapeCity.Drawing.Point)">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.Point3D.Offset.html#GrapeCity_Spreadsheet_Drawing_Point3D_Offset_GrapeCity_Drawing_Point_">Offset(Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Translates this <span class="xref">GrapeCity.Drawing.Point</span> by the specified amount.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_Point3D_Offset_System_Double_System_Double_" data-uid="GrapeCity.Spreadsheet.Drawing.Point3D.Offset(System.Double,System.Double)">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.Point3D.Offset.html#GrapeCity_Spreadsheet_Drawing_Point3D_Offset_System_Double_System_Double_">Offset(double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Translates this <span class="xref">GrapeCity.Drawing.Point</span> by the specified amount.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
