# C1.C1Preview.UnitPoint

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_UnitPoint" data-uid="C1.C1Preview.UnitPoint" class="text-break">UnitPoint Struct
</h1>
  <div class="markdown level0 summary"><p>Represents a point on a two-dimensional surface,
with coordinates specified as <a class="xref" href="C1.C1Preview.Unit.html">Unit</a> values.</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.WPF.PrintDocument.4.6.2.dll</h6>
  <h5 id="C1_C1Preview_UnitPoint_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(UnitPoint.TypeConverter))]
public struct UnitPoint</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(UnitPoint.TypeConverter))&gt;
Public Structure UnitPoint</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_UnitPoint__ctor_C1_C1Preview_Unit_C1_C1Preview_Unit_" data-uid="C1.C1Preview.UnitPoint.#ctor(C1.C1Preview.Unit,C1.C1Preview.Unit)">
          <a class="xref" href="C1.C1Preview.UnitPoint.-ctor.html#C1_C1Preview_UnitPoint__ctor_C1_C1Preview_Unit_C1_C1Preview_Unit_">UnitPoint(Unit, Unit)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.UnitPoint.html">UnitPoint</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_UnitPoint_Empty" data-uid="C1.C1Preview.UnitPoint.Empty">
          <a class="xref" href="C1.C1Preview.UnitPoint.Empty.html#C1_C1Preview_UnitPoint_Empty">Empty</a>
        </td>
        <td class="markdown level1 summary"><p>Represents a <a class="xref" href="C1.C1Preview.UnitPoint.html">UnitPoint</a> with zero coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_UnitPoint_X" data-uid="C1.C1Preview.UnitPoint.X">
          <a class="xref" href="C1.C1Preview.UnitPoint.X.html#C1_C1Preview_UnitPoint_X">X</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <b>X</b> coordinate of the current point.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_UnitPoint_Y" data-uid="C1.C1Preview.UnitPoint.Y">
          <a class="xref" href="C1.C1Preview.UnitPoint.Y.html#C1_C1Preview_UnitPoint_Y">Y</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <b>Y</b> coordinate of the current 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="C1_C1Preview_UnitPoint_Parse_System_String_C1_C1Preview_UnitPoint__System_Boolean_" data-uid="C1.C1Preview.UnitPoint.Parse(System.String,C1.C1Preview.UnitPoint@,System.Boolean)">
          <a class="xref" href="C1.C1Preview.UnitPoint.Parse.html#C1_C1Preview_UnitPoint_Parse_System_String_C1_C1Preview_UnitPoint__System_Boolean_">Parse(string, out UnitPoint, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts a string to a <a class="xref" href="C1.C1Preview.UnitPoint.html">UnitPoint</a> structure.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_UnitPoint_ToString" data-uid="C1.C1Preview.UnitPoint.ToString">
          <a class="xref" href="C1.C1Preview.UnitPoint.ToString.html#C1_C1Preview_UnitPoint_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the current value to a human-readable string.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
