# C1.Util.DX.Point2D.op_Addition

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Util_DX_Point2D_op_Addition_" data-uid="C1.Util.DX.Point2D.op_Addition*">operator + Operator
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Util_DX_Point2D_op_Addition_" data-uid="C1.Util.DX.Point2D.op_Addition*"></a>
<h4 id="C1_Util_DX_Point2D_op_Addition_C1_Util_DX_Point2D_C1_Util_DX_Size2D_" data-uid="C1.Util.DX.Point2D.op_Addition(C1.Util.DX.Point2D,C1.Util.DX.Size2D)">operator +(Point2D, Size2D)</h4>
<div class="markdown level1 summary"><p>Returns the result of addition of size to point.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static Point2D operator +(Point2D p, Size2D sz)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Operator +(p As Point2D, sz As Size2D) As Point2D</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="C1.Util.DX.Point2D.html">Point2D</a></td>
      <td><span class="parametername">p</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Util.DX.Size2D.html">Size2D</a></td>
      <td><span class="parametername">sz</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Util.DX.Point2D.html">Point2D</a></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="C1_Util_DX_Point2D_op_Addition_" data-uid="C1.Util.DX.Point2D.op_Addition*"></a>
<h4 id="C1_Util_DX_Point2D_op_Addition_C1_Util_DX_Point2D_C1_Util_DX_Point2D_" data-uid="C1.Util.DX.Point2D.op_Addition(C1.Util.DX.Point2D,C1.Util.DX.Point2D)">operator +(Point2D, Point2D)</h4>
<div class="markdown level1 summary"><p>Returns the result of addition of point2 to point1.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static Point2D operator +(Point2D point1, Point2D point2)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Operator +(point1 As Point2D, point2 As Point2D) As Point2D</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="C1.Util.DX.Point2D.html">Point2D</a></td>
      <td><span class="parametername">point1</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Util.DX.Point2D.html">Point2D</a></td>
      <td><span class="parametername">point2</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Util.DX.Point2D.html">Point2D</a></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
