# C1.Util.DX.DXGI.SurfaceDescription

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Util_DX_DXGI_SurfaceDescription" data-uid="C1.Util.DX.DXGI.SurfaceDescription" class="text-break">SurfaceDescription Struct
</h1>
  <div class="markdown level0 summary"><p>DXGI_SURFACE_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.Win.DX.10.dll</h6>
  <h5 id="C1_Util_DX_DXGI_SurfaceDescription_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct SurfaceDescription</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure SurfaceDescription</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_SurfaceDescription_Format" data-uid="C1.Util.DX.DXGI.SurfaceDescription.Format">
          <a class="xref" href="C1.Util.DX.DXGI.SurfaceDescription.Format.html">Format</a>
        </td>
        <td class="markdown level1 summary"><p>DXGI_FORMAT Format</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DXGI_SurfaceDescription_Height" data-uid="C1.Util.DX.DXGI.SurfaceDescription.Height">
          <a class="xref" href="C1.Util.DX.DXGI.SurfaceDescription.Height.html">Height</a>
        </td>
        <td class="markdown level1 summary"><p>unsigned int Height</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DXGI_SurfaceDescription_SampleDesc" data-uid="C1.Util.DX.DXGI.SurfaceDescription.SampleDesc">
          <a class="xref" href="C1.Util.DX.DXGI.SurfaceDescription.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_SurfaceDescription_Width" data-uid="C1.Util.DX.DXGI.SurfaceDescription.Width">
          <a class="xref" href="C1.Util.DX.DXGI.SurfaceDescription.Width.html">Width</a>
        </td>
        <td class="markdown level1 summary"><p>unsigned int Width</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
