# C1.Util.DX.Direct2D.RenderTarget.QueryGdiInterop

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Util_DX_Direct2D_RenderTarget_QueryGdiInterop_" data-uid="C1.Util.DX.Direct2D.RenderTarget.QueryGdiInterop*">QueryGdiInterop Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Util_DX_Direct2D_RenderTarget_QueryGdiInterop_" data-uid="C1.Util.DX.Direct2D.RenderTarget.QueryGdiInterop*"></a>
<h4 id="C1_Util_DX_Direct2D_RenderTarget_QueryGdiInterop" data-uid="C1.Util.DX.Direct2D.RenderTarget.QueryGdiInterop">QueryGdiInterop()</h4>
<div class="markdown level1 summary"><p>Returns an instance of GdiInteropRenderTarget for the current RenderTarget.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public GdiInteropRenderTarget QueryGdiInterop()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function QueryGdiInterop() As GdiInteropRenderTarget</code></pre>
</div>
<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="C1.Util.DX.Direct2D.GdiInteropRenderTarget.html">GdiInteropRenderTarget</a></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
