# FarPoint.Win.Spread.SpreadTouchStrip.Show

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_SpreadTouchStrip_Show_" data-uid="FarPoint.Win.Spread.SpreadTouchStrip.Show*">Show Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_SpreadTouchStrip_Show_" data-uid="FarPoint.Win.Spread.SpreadTouchStrip.Show*"></a>
<h4 id="FarPoint_Win_Spread_SpreadTouchStrip_Show_System_Drawing_Point_" data-uid="FarPoint.Win.Spread.SpreadTouchStrip.Show(System.Drawing.Point)">Show(Point)</h4>
<div class="markdown level1 summary"><p>Positions the <a class="xref" href="FarPoint.Win.Spread.SpreadTouchStrip.html">SpreadTouchStrip</a> relative to the Spread location.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Show(Point tapPosition)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub Show(tapPosition As Point)</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">tapPosition</span></td>
      <td><p>The horizontal and vertical location of the screen's upper-left corner, in pixels.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="FarPoint_Win_Spread_SpreadTouchStrip_Show_System_Drawing_Point__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The position is adjusted to avoid the finger to cover the <a class="xref" href="FarPoint.Win.Spread.SpreadTouchStrip.html">SpreadTouchStrip</a> by default.</p>
</div>


<a id="FarPoint_Win_Spread_SpreadTouchStrip_Show_" data-uid="FarPoint.Win.Spread.SpreadTouchStrip.Show*"></a>
<h4 id="FarPoint_Win_Spread_SpreadTouchStrip_Show_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SpreadTouchStrip.Show(System.Int32,System.Int32)">Show(int, int)</h4>
<div class="markdown level1 summary"><p>Positions the <a class="xref" href="FarPoint.Win.Spread.SpreadTouchStrip.html">SpreadTouchStrip</a> relative to the Spread coordinates.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Show(int x, int y)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub Show(x As Integer, y As Integer)</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.int32">int</a></td>
      <td><span class="parametername">x</span></td>
      <td><p>The horizontal screen coordinate, in pixels.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">y</span></td>
      <td><p>The vertical screen coordinate, in pixels.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="FarPoint_Win_Spread_SpreadTouchStrip_Show_System_Int32_System_Int32__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The position is adjusted to avoid the finger to cover the <a class="xref" href="FarPoint.Win.Spread.SpreadTouchStrip.html">SpreadTouchStrip</a> by default.</p>
</div>
</div>
