# C1.Util.DX.WIC.PlanarBitmapSourceTransform.DoesSupportTransform

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Util_DX_WIC_PlanarBitmapSourceTransform_DoesSupportTransform_" data-uid="C1.Util.DX.WIC.PlanarBitmapSourceTransform.DoesSupportTransform*">DoesSupportTransform Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Util_DX_WIC_PlanarBitmapSourceTransform_DoesSupportTransform_" data-uid="C1.Util.DX.WIC.PlanarBitmapSourceTransform.DoesSupportTransform*"></a>
<h4 id="C1_Util_DX_WIC_PlanarBitmapSourceTransform_DoesSupportTransform_System_Int32__System_Int32__C1_Util_DX_WIC_BitmapTransformOptions_C1_Util_DX_WIC_PlanarOptions_System_Guid___C1_Util_DX_WIC_BitmapPlaneDescription___System_Int32_" data-uid="C1.Util.DX.WIC.PlanarBitmapSourceTransform.DoesSupportTransform(System.Int32@,System.Int32@,C1.Util.DX.WIC.BitmapTransformOptions,C1.Util.DX.WIC.PlanarOptions,System.Guid[],C1.Util.DX.WIC.BitmapPlaneDescription[],System.Int32)">DoesSupportTransform(ref int, ref int, BitmapTransformOptions, PlanarOptions, Guid[], BitmapPlaneDescription[], int)</h4>
<div class="markdown level1 summary"><p>HRESULT IWICPlanarBitmapSourceTransform::DoesSupportTransform([InOut] unsigned int* puiWidth,[InOut] unsigned int* puiHeight,[In] WICBitmapTransformOptions dstTransform,[In] WICPlanarOptions dstPlanarOptions,[In, Buffer] const GUID* pguidDstFormats,[Out, Buffer] WICBitmapPlaneDescription* pPlaneDescriptions,[In] unsigned int cPlanes,[Out] BOOL* pfIsSupported)</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool DoesSupportTransform(ref int widthRef, ref int heightRef, BitmapTransformOptions dstTransform, PlanarOptions dstPlanarOptions, Guid[] guidDstFormatsRef, BitmapPlaneDescription[] planeDescriptionsRef, int planes)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function DoesSupportTransform(ByRef widthRef As Integer, ByRef heightRef As Integer, dstTransform As BitmapTransformOptions, dstPlanarOptions As PlanarOptions, guidDstFormatsRef As Guid(), planeDescriptionsRef As BitmapPlaneDescription(), planes As Integer) As Boolean</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">widthRef</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">heightRef</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Util.DX.WIC.BitmapTransformOptions.html">BitmapTransformOptions</a></td>
      <td><span class="parametername">dstTransform</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Util.DX.WIC.PlanarOptions.html">PlanarOptions</a></td>
      <td><span class="parametername">dstPlanarOptions</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.guid">Guid</a>[]</td>
      <td><span class="parametername">guidDstFormatsRef</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Util.DX.WIC.BitmapPlaneDescription.html">BitmapPlaneDescription</a>[]</td>
      <td><span class="parametername">planeDescriptionsRef</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">planes</span></td>
      <td></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.boolean">bool</a></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
