# C1.Util.DX.DXGI.SwapChainDescription

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Util_DX_DXGI_SwapChainDescription" data-uid="C1.Util.DX.DXGI.SwapChainDescription" class="text-break">SwapChainDescription Struct
</h1>
  <div class="markdown level0 summary"><p>DXGI_SWAP_CHAIN_DESC</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Util.DX.DXGI.html">C1.Util.DX.DXGI</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.DX.4.6.2.dll</h6>
  <h5 id="C1_Util_DX_DXGI_SwapChainDescription_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct SwapChainDescription</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure SwapChainDescription</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_DXGI_SwapChainDescription_BufferCount" data-uid="C1.Util.DX.DXGI.SwapChainDescription.BufferCount">
          <a class="xref" href="C1.Util.DX.DXGI.SwapChainDescription.BufferCount.html">BufferCount</a>
        </td>
        <td class="markdown level1 summary"><p>unsigned int BufferCount</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DXGI_SwapChainDescription_BufferDesc" data-uid="C1.Util.DX.DXGI.SwapChainDescription.BufferDesc">
          <a class="xref" href="C1.Util.DX.DXGI.SwapChainDescription.BufferDesc.html">BufferDesc</a>
        </td>
        <td class="markdown level1 summary"><p>DXGI_MODE_DESC BufferDesc</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DXGI_SwapChainDescription_BufferUsage" data-uid="C1.Util.DX.DXGI.SwapChainDescription.BufferUsage">
          <a class="xref" href="C1.Util.DX.DXGI.SwapChainDescription.BufferUsage.html">BufferUsage</a>
        </td>
        <td class="markdown level1 summary"><p>DXGI_USAGE_ENUM BufferUsage</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DXGI_SwapChainDescription_Flags" data-uid="C1.Util.DX.DXGI.SwapChainDescription.Flags">
          <a class="xref" href="C1.Util.DX.DXGI.SwapChainDescription.Flags.html">Flags</a>
        </td>
        <td class="markdown level1 summary"><p>DXGI_SWAP_CHAIN_FLAG Flags</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DXGI_SwapChainDescription_OutputWindow" data-uid="C1.Util.DX.DXGI.SwapChainDescription.OutputWindow">
          <a class="xref" href="C1.Util.DX.DXGI.SwapChainDescription.OutputWindow.html">OutputWindow</a>
        </td>
        <td class="markdown level1 summary"><p>HWND OutputWindow</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DXGI_SwapChainDescription_SampleDesc" data-uid="C1.Util.DX.DXGI.SwapChainDescription.SampleDesc">
          <a class="xref" href="C1.Util.DX.DXGI.SwapChainDescription.SampleDesc.html">SampleDesc</a>
        </td>
        <td class="markdown level1 summary"><p>DXGI_SAMPLE_DESC SampleDesc</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DXGI_SwapChainDescription_SwapEffect" data-uid="C1.Util.DX.DXGI.SwapChainDescription.SwapEffect">
          <a class="xref" href="C1.Util.DX.DXGI.SwapChainDescription.SwapEffect.html">SwapEffect</a>
        </td>
        <td class="markdown level1 summary"><p>DXGI_SWAP_EFFECT SwapEffect</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DXGI_SwapChainDescription_Windowed" data-uid="C1.Util.DX.DXGI.SwapChainDescription.Windowed">
          <a class="xref" href="C1.Util.DX.DXGI.SwapChainDescription.Windowed.html">Windowed</a>
        </td>
        <td class="markdown level1 summary"><p>BOOL Windowed</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
