# GrapeCity.ActiveReports.Layout.Point-1

## Content

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



  <h1 id="GrapeCity_ActiveReports_Layout_Point_1" data-uid="GrapeCity.ActiveReports.Layout.Point`1" class="text-break">Point&lt;T&gt; Struct
</h1>
  <div class="markdown level0 summary"><p>Represents the Point.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Layout.html">GrapeCity.ActiveReports.Layout</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Layout_Point_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct Point&lt;T&gt; where T : struct</code></pre>
  </div>
  <h5 class="typeParameters">Type Parameters</h5>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><span class="parametername">T</span></td>
        <td></td>
      </tr>
    </tbody>
  </table>
  <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_Layout_Point_1__ctor__0__0_" data-uid="GrapeCity.ActiveReports.Layout.Point`1.#ctor(`0,`0)">
          <a class="xref" href="GrapeCity.ActiveReports.Layout.Point-1.-ctor.html#GrapeCity_ActiveReports_Layout_Point_1__ctor__0__0_">Point(T, T)</a>
        </td>
        <td class="markdown level1 summary"><p>Initialized a new instance of Point struct.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Layout_Point_1_Origin" data-uid="GrapeCity.ActiveReports.Layout.Point`1.Origin">
          <a class="xref" href="GrapeCity.ActiveReports.Layout.Point-1.Origin.html">Origin</a>
        </td>
        <td class="markdown level1 summary"><p>The instance of Point struct with default for current Type values set for the 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_ActiveReports_Layout_Point_1_X" data-uid="GrapeCity.ActiveReports.Layout.Point`1.X">
          <a class="xref" href="GrapeCity.ActiveReports.Layout.Point-1.X.html#GrapeCity_ActiveReports_Layout_Point_1_X">X</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the x-coordinate of this Point.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Layout_Point_1_Y" data-uid="GrapeCity.ActiveReports.Layout.Point`1.Y">
          <a class="xref" href="GrapeCity.ActiveReports.Layout.Point-1.Y.html#GrapeCity_ActiveReports_Layout_Point_1_Y">Y</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the y-coordinate of this Point.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Tools.ObjectExtensions.IsNumber.html#GrapeCity_ActiveReports_Core_Rendering_Tools_ObjectExtensions_IsNumber_System_Object_">ObjectExtensions.IsNumber(object)</a>
  </div>

</div>
