# C1.WPF.Maps.IMapProjection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Maps_IMapProjection" data-uid="C1.WPF.Maps.IMapProjection" class="text-break">IMapProjection Interface
</h1>
  <div class="markdown level0 summary"><p>Interface for projections between geographic coordinates and logical coordinates.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Maps.html">C1.WPF.Maps</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Maps.dll</h6>
  <h5 id="C1_WPF_Maps_IMapProjection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IMapProjection</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IMapProjection</code></pre>
  </div>
  <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_WPF_Maps_IMapProjection_Project_System_Windows_Point_" data-uid="C1.WPF.Maps.IMapProjection.Project(System.Windows.Point)">
          <a class="xref" href="C1.WPF.Maps.IMapProjection.Project.html#C1_WPF_Maps_IMapProjection_Project_System_Windows_Point_">Project(Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Projects a geographic coordinate to logical coordinate.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Maps_IMapProjection_Unproject_System_Windows_Point_" data-uid="C1.WPF.Maps.IMapProjection.Unproject(System.Windows.Point)">
          <a class="xref" href="C1.WPF.Maps.IMapProjection.Unproject.html#C1_WPF_Maps_IMapProjection_Unproject_System_Windows_Point_">Unproject(Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Inverse of <a class="xref" href="C1.WPF.Maps.IMapProjection.Project.html#C1_WPF_Maps_IMapProjection_Project_System_Windows_Point_">Project(Point)</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
