# C1.Util.DX.DXGI.OutputDescription

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Util_DX_DXGI_OutputDescription" data-uid="C1.Util.DX.DXGI.OutputDescription" class="text-break">OutputDescription Struct
</h1>
  <div class="markdown level0 summary"><p>DXGI_OUTPUT_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.4.8.dll</h6>
  <h5 id="C1_Util_DX_DXGI_OutputDescription_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct OutputDescription</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure OutputDescription</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_OutputDescription_AttachedToDesktop" data-uid="C1.Util.DX.DXGI.OutputDescription.AttachedToDesktop">
          <a class="xref" href="C1.Util.DX.DXGI.OutputDescription.AttachedToDesktop.html">AttachedToDesktop</a>
        </td>
        <td class="markdown level1 summary"><p>BOOL AttachedToDesktop</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DXGI_OutputDescription_DesktopCoordinates" data-uid="C1.Util.DX.DXGI.OutputDescription.DesktopCoordinates">
          <a class="xref" href="C1.Util.DX.DXGI.OutputDescription.DesktopCoordinates.html">DesktopCoordinates</a>
        </td>
        <td class="markdown level1 summary"><p>RECT DesktopCoordinates</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DXGI_OutputDescription_DeviceName" data-uid="C1.Util.DX.DXGI.OutputDescription.DeviceName">
          <a class="xref" href="C1.Util.DX.DXGI.OutputDescription.DeviceName.html">DeviceName</a>
        </td>
        <td class="markdown level1 summary"><p>wchar_t DeviceName[32]</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DXGI_OutputDescription_Monitor" data-uid="C1.Util.DX.DXGI.OutputDescription.Monitor">
          <a class="xref" href="C1.Util.DX.DXGI.OutputDescription.Monitor.html">Monitor</a>
        </td>
        <td class="markdown level1 summary"><p>HMONITOR Monitor</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DXGI_OutputDescription_Rotation" data-uid="C1.Util.DX.DXGI.OutputDescription.Rotation">
          <a class="xref" href="C1.Util.DX.DXGI.OutputDescription.Rotation.html">Rotation</a>
        </td>
        <td class="markdown level1 summary"><p>DXGI_MODE_ROTATION Rotation</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
