# C1.Util.DX.WIC.BitmapPlaneDescription

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Util_DX_WIC_BitmapPlaneDescription" data-uid="C1.Util.DX.WIC.BitmapPlaneDescription" class="text-break">BitmapPlaneDescription Struct
</h1>
  <div class="markdown level0 summary"><p>WICBitmapPlaneDescription</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Util.DX.WIC.html">C1.Util.DX.WIC</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.DX.10.dll</h6>
  <h5 id="C1_Util_DX_WIC_BitmapPlaneDescription_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct BitmapPlaneDescription</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure BitmapPlaneDescription</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Util_DX_WIC_BitmapPlaneDescription_Format" data-uid="C1.Util.DX.WIC.BitmapPlaneDescription.Format">
          <a class="xref" href="C1.Util.DX.WIC.BitmapPlaneDescription.Format.html">Format</a>
        </td>
        <td class="markdown level1 summary"><p>GUID Format</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_BitmapPlaneDescription_Height" data-uid="C1.Util.DX.WIC.BitmapPlaneDescription.Height">
          <a class="xref" href="C1.Util.DX.WIC.BitmapPlaneDescription.Height.html">Height</a>
        </td>
        <td class="markdown level1 summary"><p>unsigned int Height</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_BitmapPlaneDescription_Width" data-uid="C1.Util.DX.WIC.BitmapPlaneDescription.Width">
          <a class="xref" href="C1.Util.DX.WIC.BitmapPlaneDescription.Width.html">Width</a>
        </td>
        <td class="markdown level1 summary"><p>unsigned int Width</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
