# GrapeCity.ActiveReports.Chart.Graphics.Point2d.op_Implicit

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_ActiveReports_Chart_Graphics_Point2d_op_Implicit_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Point2d.op_Implicit*">implicit operator Operator
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Chart_Graphics_Point2d_op_Implicit_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Point2d.op_Implicit*"></a>
<h4 id="GrapeCity_ActiveReports_Chart_Graphics_Point2d_op_Implicit_GrapeCity_ActiveReports_Chart_Graphics_Point2d__System_Drawing_PointF" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Point2d.op_Implicit(GrapeCity.ActiveReports.Chart.Graphics.Point2d)~System.Drawing.PointF">implicit operator PointF(Point2d)</h4>
<div class="markdown level1 summary"><p>Implicit conversion to <pre><code class="lang-csharp">PointF</code></pre>.
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static implicit operator PointF(Point2d p)</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="GrapeCity.ActiveReports.Chart.Graphics.Point2d.html">Point2d</a></td>
      <td><span class="parametername">p</span></td>
      <td><p>A Point2d that specifies the coordinates for the new PointF.</p>
</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="https://learn.microsoft.com/dotnet/api/system.drawing.pointf">PointF</a></td>
      <td><p>The new PointF structure with the specified coordinates of the Point2d.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Chart_Graphics_Point2d_op_Implicit_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Point2d.op_Implicit*"></a>
<h4 id="GrapeCity_ActiveReports_Chart_Graphics_Point2d_op_Implicit_System_Drawing_PointF__GrapeCity_ActiveReports_Chart_Graphics_Point2d" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Point2d.op_Implicit(System.Drawing.PointF)~GrapeCity.ActiveReports.Chart.Graphics.Point2d">implicit operator Point2d(PointF)</h4>
<div class="markdown level1 summary"><p>Implicit conversion to <pre><code class="lang-csharp">PointF</code></pre>.
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static implicit operator Point2d(PointF p)</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.drawing.pointf">PointF</a></td>
      <td><span class="parametername">p</span></td>
      <td><p>A Point2d that specifies the coordinates for the new PointF.</p>
</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="GrapeCity.ActiveReports.Chart.Graphics.Point2d.html">Point2d</a></td>
      <td><p>The new PointF structure with the specified coordinates of the Point2d.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
