# C1.C1Preview.PointD

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_PointD" data-uid="C1.C1Preview.PointD" class="text-break">PointD Struct
</h1>
  <div class="markdown level0 summary"><p>Represents an ordered pair of <b>double</b> X and Y coordinates that defines a point
in a two-dimensional plane.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.html">C1.C1Preview</a></h6>
  <h6><strong>Assembly</strong>: C1.PrintDocument.4.8.dll</h6>
  <h5 id="C1_C1Preview_PointD_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(PointD.TypeConverter))]
public struct PointD</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(PointD.TypeConverter))&gt;
Public Structure PointD</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="C1_C1Preview_PointD__ctor_System_Double_System_Double_" data-uid="C1.C1Preview.PointD.#ctor(System.Double,System.Double)">
          <a class="xref" href="C1.C1Preview.PointD.-ctor.html#C1_C1Preview_PointD__ctor_System_Double_System_Double_">PointD(double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.PointD.html">PointD</a> structure.</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="C1_C1Preview_PointD_Empty" data-uid="C1.C1Preview.PointD.Empty">
          <a class="xref" href="C1.C1Preview.PointD.Empty.html#C1_C1Preview_PointD_Empty">Empty</a>
        </td>
        <td class="markdown level1 summary"><p>Represents an empty instance of the <a class="xref" href="C1.C1Preview.PointD.html">PointD</a> structure.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_PointD_IsEmpty" data-uid="C1.C1Preview.PointD.IsEmpty">
          <a class="xref" href="C1.C1Preview.PointD.IsEmpty.html#C1_C1Preview_PointD_IsEmpty">IsEmpty</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the current <a class="xref" href="C1.C1Preview.PointD.html">PointD</a> is empty.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_PointD_X" data-uid="C1.C1Preview.PointD.X">
          <a class="xref" href="C1.C1Preview.PointD.X.html#C1_C1Preview_PointD_X">X</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the X coordinate of the current <a class="xref" href="C1.C1Preview.PointD.html">PointD</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_PointD_Y" data-uid="C1.C1Preview.PointD.Y">
          <a class="xref" href="C1.C1Preview.PointD.Y.html#C1_C1Preview_PointD_Y">Y</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Y coordinate of the current <a class="xref" href="C1.C1Preview.PointD.html">PointD</a>.</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="C1_C1Preview_PointD_Add_C1_C1Preview_PointD_C1_C1Preview_SizeD_" data-uid="C1.C1Preview.PointD.Add(C1.C1Preview.PointD,C1.C1Preview.SizeD)">
          <a class="xref" href="C1.C1Preview.PointD.Add.html#C1_C1Preview_PointD_Add_C1_C1Preview_PointD_C1_C1Preview_SizeD_">Add(PointD, SizeD)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="C1.C1Preview.SizeD.html">SizeD</a> to a <a class="xref" href="C1.C1Preview.PointD.html">PointD</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_PointD_Ceiling" data-uid="C1.C1Preview.PointD.Ceiling">
          <a class="xref" href="C1.C1Preview.PointD.Ceiling.html#C1_C1Preview_PointD_Ceiling">Ceiling()</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the current <a class="xref" href="C1.C1Preview.PointD.html">PointD</a> structure to a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.point">Point</a> by rounding the
<b>double</b> coordinates to the next higher integer values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_PointD_Offset_System_Double_System_Double_" data-uid="C1.C1Preview.PointD.Offset(System.Double,System.Double)">
          <a class="xref" href="C1.C1Preview.PointD.Offset.html#C1_C1Preview_PointD_Offset_System_Double_System_Double_">Offset(double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Offsets the current <a class="xref" href="C1.C1Preview.PointD.html">PointD</a> structure by the specified values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_PointD_Parse_System_String_C1_C1Preview_PointD__System_Boolean_" data-uid="C1.C1Preview.PointD.Parse(System.String,C1.C1Preview.PointD@,System.Boolean)">
          <a class="xref" href="C1.C1Preview.PointD.Parse.html#C1_C1Preview_PointD_Parse_System_String_C1_C1Preview_PointD__System_Boolean_">Parse(string, out PointD, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts a string to a <a class="xref" href="C1.C1Preview.PointD.html">PointD</a> structure.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_PointD_Substract_C1_C1Preview_PointD_C1_C1Preview_SizeD_" data-uid="C1.C1Preview.PointD.Substract(C1.C1Preview.PointD,C1.C1Preview.SizeD)">
          <a class="xref" href="C1.C1Preview.PointD.Substract.html#C1_C1Preview_PointD_Substract_C1_C1Preview_PointD_C1_C1Preview_SizeD_">Substract(PointD, SizeD)</a>
        </td>
        <td class="markdown level1 summary"><p>Subtracts a <a class="xref" href="C1.C1Preview.SizeD.html">SizeD</a> from a <a class="xref" href="C1.C1Preview.PointD.html">PointD</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_PointD_ToPointF" data-uid="C1.C1Preview.PointD.ToPointF">
          <a class="xref" href="C1.C1Preview.PointD.ToPointF.html#C1_C1Preview_PointD_ToPointF">ToPointF()</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the current <a class="xref" href="C1.C1Preview.PointD.html">PointD</a> structure to a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.pointf">PointF</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_PointD_ToString" data-uid="C1.C1Preview.PointD.ToString">
          <a class="xref" href="C1.C1Preview.PointD.ToString.html#C1_C1Preview_PointD_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the current <a class="xref" href="C1.C1Preview.PointD.html">PointD</a> to a human readable string.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_PointD_Truncate" data-uid="C1.C1Preview.PointD.Truncate">
          <a class="xref" href="C1.C1Preview.PointD.Truncate.html#C1_C1Preview_PointD_Truncate">Truncate()</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the current <a class="xref" href="C1.C1Preview.PointD.html">PointD</a> structure to a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.point">Point</a> by truncating
the values of the Point object.</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="C1_C1Preview_PointD_op_Addition_C1_C1Preview_PointD_C1_C1Preview_SizeD_" data-uid="C1.C1Preview.PointD.op_Addition(C1.C1Preview.PointD,C1.C1Preview.SizeD)">
          <a class="xref" href="C1.C1Preview.PointD.op_Addition.html#C1_C1Preview_PointD_op_Addition_C1_C1Preview_PointD_C1_C1Preview_SizeD_">operator +(PointD, SizeD)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="C1.C1Preview.SizeD.html">SizeD</a> to a <a class="xref" href="C1.C1Preview.PointD.html">PointD</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_PointD_op_Explicit_C1_C1Preview_PointD__C1_C1Preview_SizeD" data-uid="C1.C1Preview.PointD.op_Explicit(C1.C1Preview.PointD)~C1.C1Preview.SizeD">
          <a class="xref" href="C1.C1Preview.PointD.op_Explicit.html#C1_C1Preview_PointD_op_Explicit_C1_C1Preview_PointD__C1_C1Preview_SizeD">explicit operator SizeD(PointD)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts a <a class="xref" href="C1.C1Preview.PointD.html">PointD</a> to a <a class="xref" href="C1.C1Preview.SizeD.html">SizeD</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_PointD_op_Implicit_System_Drawing_Point__C1_C1Preview_PointD" data-uid="C1.C1Preview.PointD.op_Implicit(System.Drawing.Point)~C1.C1Preview.PointD">
          <a class="xref" href="C1.C1Preview.PointD.op_Implicit.html#C1_C1Preview_PointD_op_Implicit_System_Drawing_Point__C1_C1Preview_PointD">implicit operator PointD(Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.point">Point</a> to a <a class="xref" href="C1.C1Preview.PointD.html">PointD</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_PointD_op_Implicit_System_Drawing_PointF__C1_C1Preview_PointD" data-uid="C1.C1Preview.PointD.op_Implicit(System.Drawing.PointF)~C1.C1Preview.PointD">
          <a class="xref" href="C1.C1Preview.PointD.op_Implicit.html#C1_C1Preview_PointD_op_Implicit_System_Drawing_PointF__C1_C1Preview_PointD">implicit operator PointD(PointF)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.pointf">PointF</a> to a <a class="xref" href="C1.C1Preview.PointD.html">PointD</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_PointD_op_Subtraction_C1_C1Preview_PointD_C1_C1Preview_SizeD_" data-uid="C1.C1Preview.PointD.op_Subtraction(C1.C1Preview.PointD,C1.C1Preview.SizeD)">
          <a class="xref" href="C1.C1Preview.PointD.op_Subtraction.html#C1_C1Preview_PointD_op_Subtraction_C1_C1Preview_PointD_C1_C1Preview_SizeD_">operator -(PointD, SizeD)</a>
        </td>
        <td class="markdown level1 summary"><p>Subtracts a <a class="xref" href="C1.C1Preview.SizeD.html">SizeD</a> from a <a class="xref" href="C1.C1Preview.PointD.html">PointD</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
