# GrapeCity.ActiveReports.Chart.Graphics.Point2d

## Content

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



  <h1 id="GrapeCity_ActiveReports_Chart_Graphics_Point2d" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Point2d" class="text-break">Point2d Class
</h1>
  <div class="markdown level0 summary"><p>Represents an ordered pair of integer x- and y-coordinates that defines a point in a 2D plane.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="GrapeCity.ActiveReports.Chart.Item.html">Item</a></div>
    <div class="level2"><span class="xref">Point2d</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.IGraphItem.html">IGraphItem</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.IGraphXmlSerializable.html">IGraphXmlSerializable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.html">GrapeCity.ActiveReports.Chart.Graphics</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Chart.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Chart_Graphics_Point2d_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(Point2d.Converter))]
public sealed class Point2d : Item, IGraphItem, ICloneable, IGraphXmlSerializable</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_ActiveReports_Chart_Graphics_Point2d__ctor" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Point2d.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Point2d.-ctor.html#GrapeCity_ActiveReports_Chart_Graphics_Point2d__ctor">Point2d()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes new instance of the Point2d class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Point2d__ctor_System_Drawing_PointF_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Point2d.#ctor(System.Drawing.PointF)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Point2d.-ctor.html#GrapeCity_ActiveReports_Chart_Graphics_Point2d__ctor_System_Drawing_PointF_">Point2d(PointF)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes new instance of the Point2d class</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Point2d__ctor_System_Single_System_Single_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Point2d.#ctor(System.Single,System.Single)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Point2d.-ctor.html#GrapeCity_ActiveReports_Chart_Graphics_Point2d__ctor_System_Single_System_Single_">Point2d(float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes new instance of the Point2d class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Point2d__ctor_System_String_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Point2d.#ctor(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Point2d.-ctor.html#GrapeCity_ActiveReports_Chart_Graphics_Point2d__ctor_System_String_">Point2d(string)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Point2d__ctor_System_String_GrapeCity_ActiveReports_Chart_GraphXmlSerializationContext_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Point2d.#ctor(System.String,GrapeCity.ActiveReports.Chart.GraphXmlSerializationContext)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Point2d.-ctor.html#GrapeCity_ActiveReports_Chart_Graphics_Point2d__ctor_System_String_GrapeCity_ActiveReports_Chart_GraphXmlSerializationContext_">Point2d(string, GraphXmlSerializationContext)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use only.</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_ActiveReports_Chart_Graphics_Point2d_IsDirty" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Point2d.IsDirty">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Point2d.IsDirty.html#GrapeCity_ActiveReports_Chart_Graphics_Point2d_IsDirty">IsDirty</a>
        </td>
        <td class="markdown level1 summary"><p>Overridden <pre><code class="lang-csharp">Item.IsDirty</code></pre>. Specifies whether object should be redrawn.
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Point2d_Length" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Point2d.Length">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Point2d.Length.html#GrapeCity_ActiveReports_Chart_Graphics_Point2d_Length">Length</a>
        </td>
        <td class="markdown level1 summary"><p>Gets vector length</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Point2d_X" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Point2d.X">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Point2d.X.html#GrapeCity_ActiveReports_Chart_Graphics_Point2d_X">X</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets point's x coordinate</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Point2d_Y" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Point2d.Y">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Point2d.Y.html#GrapeCity_ActiveReports_Chart_Graphics_Point2d_Y">Y</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets point's y coordinate</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_ActiveReports_Chart_Graphics_Point2d_Clone" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Point2d.Clone">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Point2d.Clone.html#GrapeCity_ActiveReports_Chart_Graphics_Point2d_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Overridden <pre><code class="lang-csharp">Item.Clone</code></pre>.
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Point2d_Equals_System_Object_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Point2d.Equals(System.Object)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Point2d.Equals.html#GrapeCity_ActiveReports_Chart_Graphics_Point2d_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Compare the CLASS_NAME object to another System.Object and check if the two are equal.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Point2d_GetHashCode" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Point2d.GetHashCode">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Point2d.GetHashCode.html#GrapeCity_ActiveReports_Chart_Graphics_Point2d_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>It functions as a hash function for a particular type. It is suitable for use in data structures such as hash algorithm and hash table.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Point2d_ToString" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Point2d.ToString">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Point2d.ToString.html#GrapeCity_ActiveReports_Chart_Graphics_Point2d_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the value of the current instance to string representation.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="operators">Operators
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Point2d_op_Equality_GrapeCity_ActiveReports_Chart_Graphics_Point2d_GrapeCity_ActiveReports_Chart_Graphics_Point2d_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Point2d.op_Equality(GrapeCity.ActiveReports.Chart.Graphics.Point2d,GrapeCity.ActiveReports.Chart.Graphics.Point2d)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Point2d.op_Equality.html#GrapeCity_ActiveReports_Chart_Graphics_Point2d_op_Equality_GrapeCity_ActiveReports_Chart_Graphics_Point2d_GrapeCity_ActiveReports_Chart_Graphics_Point2d_">operator ==(Point2d, Point2d)</a>
        </td>
        <td class="markdown level1 summary"><p>Checks whether two given Point2d are equal.</p>
</td>
      </tr>
      <tr>
        <td 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">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Point2d.op_Implicit.html#GrapeCity_ActiveReports_Chart_Graphics_Point2d_op_Implicit_GrapeCity_ActiveReports_Chart_Graphics_Point2d__System_Drawing_PointF">implicit operator PointF(Point2d)</a>
        </td>
        <td class="markdown level1 summary"><p>Implicit conversion to <pre><code class="lang-csharp">PointF</code></pre>.
</td>
      </tr>
      <tr>
        <td 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">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Point2d.op_Implicit.html#GrapeCity_ActiveReports_Chart_Graphics_Point2d_op_Implicit_System_Drawing_PointF__GrapeCity_ActiveReports_Chart_Graphics_Point2d">implicit operator Point2d(PointF)</a>
        </td>
        <td class="markdown level1 summary"><p>Implicit conversion to <pre><code class="lang-csharp">PointF</code></pre>.
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Point2d_op_Inequality_GrapeCity_ActiveReports_Chart_Graphics_Point2d_GrapeCity_ActiveReports_Chart_Graphics_Point2d_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Point2d.op_Inequality(GrapeCity.ActiveReports.Chart.Graphics.Point2d,GrapeCity.ActiveReports.Chart.Graphics.Point2d)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Point2d.op_Inequality.html#GrapeCity_ActiveReports_Chart_Graphics_Point2d_op_Inequality_GrapeCity_ActiveReports_Chart_Graphics_Point2d_GrapeCity_ActiveReports_Chart_Graphics_Point2d_">operator !=(Point2d, Point2d)</a>
        </td>
        <td class="markdown level1 summary"><p>Checks whether two given Point2d are different.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
