# C1.Win.Map.HitTestInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Map_HitTestInfo" data-uid="C1.Win.Map.HitTestInfo" class="text-break">HitTestInfo Class
</h1>
  <div class="markdown level0 summary"><p>Represents the infomation for hit test.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">HitTestInfo</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Map.html">C1.Win.Map</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Map.10.dll</h6>
  <h5 id="C1_Win_Map_HitTestInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class HitTestInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class HitTestInfo</code></pre>
  </div>
  <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_Win_Map_HitTestInfo_Layer" data-uid="C1.Win.Map.HitTestInfo.Layer">
          <a class="xref" href="C1.Win.Map.HitTestInfo.Layer.html#C1_Win_Map_HitTestInfo_Layer">Layer</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the layer at the point being tested.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_HitTestInfo_MapItem" data-uid="C1.Win.Map.HitTestInfo.MapItem">
          <a class="xref" href="C1.Win.Map.HitTestInfo.MapItem.html#C1_Win_Map_HitTestInfo_MapItem">MapItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the map item at the point being tested.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_HitTestInfo_Point" data-uid="C1.Win.Map.HitTestInfo.Point">
          <a class="xref" href="C1.Win.Map.HitTestInfo.Point.html#C1_Win_Map_HitTestInfo_Point">Point</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the point on the map viewport, in pixels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_HitTestInfo_Type" data-uid="C1.Win.Map.HitTestInfo.Type">
          <a class="xref" href="C1.Win.Map.HitTestInfo.Type.html#C1_Win_Map_HitTestInfo_Type">Type</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the type of object at the point being tested.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Map_HitTestInfo_Vector" data-uid="C1.Win.Map.HitTestInfo.Vector">
          <a class="xref" href="C1.Win.Map.HitTestInfo.Vector.html#C1_Win_Map_HitTestInfo_Vector">Vector</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the vector item at the point being tested.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
