# C1.Win.Touch.TouchProcessor.GuessFromTouch

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Touch_TouchProcessor_GuessFromTouch_" data-uid="C1.Win.Touch.TouchProcessor.GuessFromTouch*">GuessFromTouch Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Touch_TouchProcessor_GuessFromTouch_" data-uid="C1.Win.Touch.TouchProcessor.GuessFromTouch*"></a>
<h4 id="C1_Win_Touch_TouchProcessor_GuessFromTouch_System_Drawing_Point_System_Int64_" data-uid="C1.Win.Touch.TouchProcessor.GuessFromTouch(System.Drawing.Point,System.Int64)">GuessFromTouch(Point, long)</h4>
<div class="markdown level1 summary"><p>Tries to guess whether the mouse event being processed came
from the touch device rather than from the mouse or pen.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool GuessFromTouch(Point p, long timestamp = 0)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function GuessFromTouch(p As Point, Optional timestamp As Long = 0) As Boolean</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.point">Point</a></td>
      <td><span class="parametername">p</span></td>
      <td><p>The Point in client coordinates passed as Location to
the mouse event.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">long</a></td>
      <td><span class="parametername">timestamp</span></td>
      <td><p>The optional timestamp of the check.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="C1_Win_Touch_TouchProcessor_GuessFromTouch_" data-uid="C1.Win.Touch.TouchProcessor.GuessFromTouch*"></a>
<h4 id="C1_Win_Touch_TouchProcessor_GuessFromTouch_System_Int64_" data-uid="C1.Win.Touch.TouchProcessor.GuessFromTouch(System.Int64)">GuessFromTouch(long)</h4>
<div class="markdown level1 summary"><p>Tries to guess whether the scroll event being processed came
from the touch device rather than from the mouse or pen.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool GuessFromTouch(long timestamp = 0)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function GuessFromTouch(Optional timestamp As Long = 0) As Boolean</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">long</a></td>
      <td><span class="parametername">timestamp</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
