# GrapeCity.Documents.Common.Line

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Common_Line" data-uid="GrapeCity.Documents.Common.Line" class="text-break">Line Struct
</h1>
  <div class="markdown level0 summary"><p>Represents a line defined by its starting and ending points.</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.Common.Line.html">Line</a>&gt;</div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Common.html">GrapeCity.Documents.Common</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.dll</h6>
  <h5 id="GrapeCity_Documents_Common_Line_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct Line : IEquatable&lt;Line&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure Line
    Implements IEquatable(Of Line)</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_Common_Line__ctor_System_Drawing_PointF_System_Drawing_PointF_" data-uid="GrapeCity.Documents.Common.Line.#ctor(System.Drawing.PointF,System.Drawing.PointF)">
          <a class="xref" href="GrapeCity.Documents.Common.Line.-ctor.html#GrapeCity_Documents_Common_Line__ctor_System_Drawing_PointF_System_Drawing_PointF_">Line(PointF, PointF)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Common.Line.html">Line</a> struct from the starting and ending points.</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_Documents_Common_Line_End" data-uid="GrapeCity.Documents.Common.Line.End">
          <a class="xref" href="GrapeCity.Documents.Common.Line.End.html">End</a>
        </td>
        <td class="markdown level1 summary"><p>The line's ending point.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Line_Start" data-uid="GrapeCity.Documents.Common.Line.Start">
          <a class="xref" href="GrapeCity.Documents.Common.Line.Start.html">Start</a>
        </td>
        <td class="markdown level1 summary"><p>The line's starting point.</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_Common_Line_Equals_GrapeCity_Documents_Common_Line_" data-uid="GrapeCity.Documents.Common.Line.Equals(GrapeCity.Documents.Common.Line)">
          <a class="xref" href="GrapeCity.Documents.Common.Line.Equals.html#GrapeCity_Documents_Common_Line_Equals_GrapeCity_Documents_Common_Line_">Equals(Line)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Line_Equals_System_Object_" data-uid="GrapeCity.Documents.Common.Line.Equals(System.Object)">
          <a class="xref" href="GrapeCity.Documents.Common.Line.Equals.html#GrapeCity_Documents_Common_Line_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Line_GetHashCode" data-uid="GrapeCity.Documents.Common.Line.GetHashCode">
          <a class="xref" href="GrapeCity.Documents.Common.Line.GetHashCode.html#GrapeCity_Documents_Common_Line_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"></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_Documents_Common_Line_op_Equality_GrapeCity_Documents_Common_Line_GrapeCity_Documents_Common_Line_" data-uid="GrapeCity.Documents.Common.Line.op_Equality(GrapeCity.Documents.Common.Line,GrapeCity.Documents.Common.Line)">
          <a class="xref" href="GrapeCity.Documents.Common.Line.op_Equality.html#GrapeCity_Documents_Common_Line_op_Equality_GrapeCity_Documents_Common_Line_GrapeCity_Documents_Common_Line_">operator ==(Line, Line)</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether two specified <a class="xref" href="GrapeCity.Documents.Common.Line.html">Line</a> objects are equivalent.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Common_Line_op_Inequality_GrapeCity_Documents_Common_Line_GrapeCity_Documents_Common_Line_" data-uid="GrapeCity.Documents.Common.Line.op_Inequality(GrapeCity.Documents.Common.Line,GrapeCity.Documents.Common.Line)">
          <a class="xref" href="GrapeCity.Documents.Common.Line.op_Inequality.html#GrapeCity_Documents_Common_Line_op_Inequality_GrapeCity_Documents_Common_Line_GrapeCity_Documents_Common_Line_">operator !=(Line, Line)</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether two specified <a class="xref" href="GrapeCity.Documents.Common.Line.html">Line</a> objects are NOT equivalent.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
