# C1.Win.TouchToolKit.PointerPointProperties.ContactRect

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_TouchToolKit_PointerPointProperties_ContactRect_" data-uid="C1.Win.TouchToolKit.PointerPointProperties.ContactRect*">ContactRect Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_TouchToolKit_PointerPointProperties_ContactRect_" data-uid="C1.Win.TouchToolKit.PointerPointProperties.ContactRect*"></a>
<h4 id="C1_Win_TouchToolKit_PointerPointProperties_ContactRect" data-uid="C1.Win.TouchToolKit.PointerPointProperties.ContactRect">ContactRect</h4>
<div class="markdown level1 summary"><p>Gets the bounding rectangle of the contact area (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 ContactRect { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property ContactRect 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 contact area, using client window coordinates in device-independent pixels (DIPs).</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="C1_Win_TouchToolKit_PointerPointProperties_ContactRect_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>
<a class="xref" href="C1.Win.TouchToolKit.PointerPointProperties.ContactRect.html#C1_Win_TouchToolKit_PointerPointProperties_ContactRect">ContactRect</a> contains the bounding rectangle of the contact area as interpreted by the system. 
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.ContactRectRaw.html#C1_Win_TouchToolKit_PointerPointProperties_ContactRectRaw">ContactRectRaw</a> for more information on raw input data.
</p>
</div>
<h5 id="C1_Win_TouchToolKit_PointerPointProperties_ContactRect_seealso">See Also</h5>
<div class="seealso">
    <div><a class="xref" href="C1.Win.TouchToolKit.PointerPointProperties.ContactRectRaw.html#C1_Win_TouchToolKit_PointerPointProperties_ContactRectRaw">ContactRectRaw</a></div>
</div>
</div>
