# GrapeCity.Spreadsheet.Drawing.Point3D.Offset

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Spreadsheet_Drawing_Point3D_Offset_" data-uid="GrapeCity.Spreadsheet.Drawing.Point3D.Offset*">Offset Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Spreadsheet_Drawing_Point3D_Offset_" data-uid="GrapeCity.Spreadsheet.Drawing.Point3D.Offset*"></a>
<h4 id="GrapeCity_Spreadsheet_Drawing_Point3D_Offset_GrapeCity_Drawing_Point_" data-uid="GrapeCity.Spreadsheet.Drawing.Point3D.Offset(GrapeCity.Drawing.Point)">Offset(Point)</h4>
<div class="markdown level1 summary"><p>Translates this <span class="xref">GrapeCity.Drawing.Point</span> by the specified amount.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Offset(Point location)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub Offset(location As Point)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="xref">Point</span></td>
      <td><span class="parametername">location</span></td>
      <td><p>The <span class="xref">GrapeCity.Drawing.Point</span> used offset this <span class="xref">GrapeCity.Drawing.Point</span>.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_Spreadsheet_Drawing_Point3D_Offset_" data-uid="GrapeCity.Spreadsheet.Drawing.Point3D.Offset*"></a>
<h4 id="GrapeCity_Spreadsheet_Drawing_Point3D_Offset_System_Double_System_Double_" data-uid="GrapeCity.Spreadsheet.Drawing.Point3D.Offset(System.Double,System.Double)">Offset(double, double)</h4>
<div class="markdown level1 summary"><p>Translates this <span class="xref">GrapeCity.Drawing.Point</span> by the specified amount.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Offset(double x, double y)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub Offset(x As Double, y As Double)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></td>
      <td><span class="parametername">x</span></td>
      <td><p>The amount to offset the x-coordinate.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></td>
      <td><span class="parametername">y</span></td>
      <td><p>The amount to offset the y-coordinate.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
