# C1.WPF.DragDropEventArgs.GetPosition

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_DragDropEventArgs_GetPosition_" data-uid="C1.WPF.DragDropEventArgs.GetPosition*">GetPosition Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_DragDropEventArgs_GetPosition_" data-uid="C1.WPF.DragDropEventArgs.GetPosition*"></a>
<h4 id="C1_WPF_DragDropEventArgs_GetPosition_System_Windows_UIElement_" data-uid="C1.WPF.DragDropEventArgs.GetPosition(System.Windows.UIElement)">GetPosition(UIElement)</h4>
<div class="markdown level1 summary"><p>Gets the mouse coordinates relative to a given <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Point GetPosition(UIElement relativeTo)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function GetPosition(relativeTo As UIElement) 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.windows.uielement">UIElement</a></td>
      <td><span class="parametername">relativeTo</span></td>
      <td><p><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a> that determines the coordinate system of the return value.</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.windows.point">Point</a></td>
      <td><p>A <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.point">Point</a> that contains the mouse coordinates relative to the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a>
specified by the <code class="paramref">relativeTo</code> parameter.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
