# GrapeCity.Documents.Svg.SvgPoint

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Svg_SvgPoint" data-uid="GrapeCity.Documents.Svg.SvgPoint" class="text-break">SvgPoint Struct
</h1>
  <div class="markdown level0 summary"><p>Represents a point with X and Y coordinates.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iequatable-1">IEquatable</a>&lt;<a class="xref" href="GrapeCity.Documents.Svg.SvgPoint.html">SvgPoint</a>&gt;</div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Svg.html">GrapeCity.Documents.Svg</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.dll</h6>
  <h5 id="GrapeCity_Documents_Svg_SvgPoint_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct SvgPoint : IEquatable&lt;SvgPoint&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure SvgPoint
    Implements IEquatable(Of SvgPoint)</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_Documents_Svg_SvgPoint__ctor_GrapeCity_Documents_Svg_SvgLength_GrapeCity_Documents_Svg_SvgLength_" data-uid="GrapeCity.Documents.Svg.SvgPoint.#ctor(GrapeCity.Documents.Svg.SvgLength,GrapeCity.Documents.Svg.SvgLength)">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgPoint.-ctor.html#GrapeCity_Documents_Svg_SvgPoint__ctor_GrapeCity_Documents_Svg_SvgLength_GrapeCity_Documents_Svg_SvgLength_">SvgPoint(SvgLength, SvgLength)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Svg.SvgPoint.html">SvgPoint</a> struct.</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_Documents_Svg_SvgPoint_X" data-uid="GrapeCity.Documents.Svg.SvgPoint.X">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgPoint.X.html#GrapeCity_Documents_Svg_SvgPoint_X">X</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the X-coordinate.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgPoint_Y" data-uid="GrapeCity.Documents.Svg.SvgPoint.Y">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgPoint.Y.html#GrapeCity_Documents_Svg_SvgPoint_Y">Y</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the 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_Documents_Svg_SvgPoint_Equals_GrapeCity_Documents_Svg_SvgPoint_" data-uid="GrapeCity.Documents.Svg.SvgPoint.Equals(GrapeCity.Documents.Svg.SvgPoint)">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgPoint.Equals.html#GrapeCity_Documents_Svg_SvgPoint_Equals_GrapeCity_Documents_Svg_SvgPoint_">Equals(SvgPoint)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified <a class="xref" href="GrapeCity.Documents.Svg.SvgPoint.html">SvgPoint</a> is equal to this instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgPoint_Equals_System_Object_" data-uid="GrapeCity.Documents.Svg.SvgPoint.Equals(System.Object)">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgPoint.Equals.html#GrapeCity_Documents_Svg_SvgPoint_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified object is equal to this instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgPoint_GetHashCode" data-uid="GrapeCity.Documents.Svg.SvgPoint.GetHashCode">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgPoint.GetHashCode.html#GrapeCity_Documents_Svg_SvgPoint_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a hash code for this struct.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgPoint_ToString" data-uid="GrapeCity.Documents.Svg.SvgPoint.ToString">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgPoint.ToString.html#GrapeCity_Documents_Svg_SvgPoint_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a string that represents the current struct.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
