# C1.Win.TouchToolKit.PointerPointProperties.ContactRectRaw

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_TouchToolKit_PointerPointProperties_ContactRectRaw_" data-uid="C1.Win.TouchToolKit.PointerPointProperties.ContactRectRaw*">ContactRectRaw Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_TouchToolKit_PointerPointProperties_ContactRectRaw_" data-uid="C1.Win.TouchToolKit.PointerPointProperties.ContactRectRaw*"></a>
<h4 id="C1_Win_TouchToolKit_PointerPointProperties_ContactRectRaw" data-uid="C1.Win.TouchToolKit.PointerPointProperties.ContactRectRaw">ContactRectRaw</h4>
<div class="markdown level1 summary"><p>Gets the bounding rectangle of the raw input (typically from touch input).</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Rectangle ContactRectRaw { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property ContactRectRaw As Rectangle</code></pre>
</div>
<h5 class="propertyValue">Property Value</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.drawing.rectangle">Rectangle</a></td>
      <td><p>The bounding rectangle of the raw input, in device-independent pixels (DIPs)</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="C1_Win_TouchToolKit_PointerPointProperties_ContactRectRaw_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>
<a class="xref" href="C1.Win.TouchToolKit.PointerPointProperties.ContactRectRaw.html#C1_Win_TouchToolKit_PointerPointProperties_ContactRectRaw">ContactRectRaw</a> contains the bounding rectangle of the raw input as reported by the input device.
Under some circumstances, such as input prediction, this data can be modified by the system to compensate for
hardware latency or message latency due to inherent delays in sensing and processing the pointer location on 
the digitizer.
</p>
<p>
See <a class="xref" href="C1.Win.TouchToolKit.PointerPointProperties.ContactRect.html#C1_Win_TouchToolKit_PointerPointProperties_ContactRect">ContactRect</a> for more information on handling modified input data.
</p>
</div>
<h5 id="C1_Win_TouchToolKit_PointerPointProperties_ContactRectRaw_seealso">See Also</h5>
<div class="seealso">
    <div><a class="xref" href="C1.Win.TouchToolKit.PointerPointProperties.ContactRect.html#C1_Win_TouchToolKit_PointerPointProperties_ContactRect">ContactRect</a></div>
</div>
</div>
