# C1.Util.DX.DXGI.Output1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Util_DX_DXGI_Output1" data-uid="C1.Util.DX.DXGI.Output1" class="text-break">Output1 Class
</h1>
  <div class="markdown level0 summary"><p>IDXGIOutput1</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="C1.Util.DX.DisposeBase.html">DisposeBase</a></div>
    <div class="level2"><a class="xref" href="C1.Util.DX.CppObject.html">CppObject</a></div>
    <div class="level3"><a class="xref" href="C1.Util.DX.ComObject.html">ComObject</a></div>
    <div class="level4"><a class="xref" href="C1.Util.DX.DXGI.DXGIObject.html">DXGIObject</a></div>
    <div class="level5"><a class="xref" href="C1.Util.DX.DXGI.Output.html">Output</a></div>
    <div class="level6"><span class="xref">Output1</span></div>
      <div class="level7"><a class="xref" href="C1.Util.DX.DXGI.Output2.html">Output2</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="C1.Util.DX.IUnknown.html">IUnknown</a></div>
  </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_Output1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Guid(&quot;00cddea8-939b-4b83-a340-a685226666cc&quot;)]
public class Output1 : Output, IDisposable, IUnknown</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Guid(&quot;00cddea8-939b-4b83-a340-a685226666cc&quot;)&gt;
Public Class Output1
    Inherits Output
    Implements IDisposable, IUnknown</code></pre>
  </div>
  <h3 id="constructors">Constructors
</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_Output1__ctor_System_IntPtr_" data-uid="C1.Util.DX.DXGI.Output1.#ctor(System.IntPtr)">
          <a class="xref" href="C1.Util.DX.DXGI.Output1.-ctor.html#C1_Util_DX_DXGI_Output1__ctor_System_IntPtr_">Output1(IntPtr)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Util.DX.DXGI.Output1.html">Output1</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</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_Output1_DuplicateOutput_C1_Util_DX_ComObject_" data-uid="C1.Util.DX.DXGI.Output1.DuplicateOutput(C1.Util.DX.ComObject)">
          <a class="xref" href="C1.Util.DX.DXGI.Output1.DuplicateOutput.html#C1_Util_DX_DXGI_Output1_DuplicateOutput_C1_Util_DX_ComObject_">DuplicateOutput(ComObject)</a>
        </td>
        <td class="markdown level1 summary"><p>HRESULT IDXGIOutput1::DuplicateOutput([In] IUnknown* pDevice,[Out] void** ppOutputDuplication)</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DXGI_Output1_FindClosestMatchingMode1_C1_Util_DX_DXGI_ModeDescription1__C1_Util_DX_DXGI_ModeDescription1__C1_Util_DX_ComObject_" data-uid="C1.Util.DX.DXGI.Output1.FindClosestMatchingMode1(C1.Util.DX.DXGI.ModeDescription1@,C1.Util.DX.DXGI.ModeDescription1@,C1.Util.DX.ComObject)">
          <a class="xref" href="C1.Util.DX.DXGI.Output1.FindClosestMatchingMode1.html#C1_Util_DX_DXGI_Output1_FindClosestMatchingMode1_C1_Util_DX_DXGI_ModeDescription1__C1_Util_DX_DXGI_ModeDescription1__C1_Util_DX_ComObject_">FindClosestMatchingMode1(ref ModeDescription1, out ModeDescription1, ComObject)</a>
        </td>
        <td class="markdown level1 summary"><p>HRESULT IDXGIOutput1::FindClosestMatchingMode1([In] const DXGI_MODE_DESC1* pModeToMatch,[Out] DXGI_MODE_DESC1* pClosestMatch,[In, Optional] IUnknown* pConcernedDevice)</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DXGI_Output1_GetDisplayModeList1_C1_Util_DX_DXGI_Format_C1_Util_DX_DXGI_DisplayModeEnumerationFlags_" data-uid="C1.Util.DX.DXGI.Output1.GetDisplayModeList1(C1.Util.DX.DXGI.Format,C1.Util.DX.DXGI.DisplayModeEnumerationFlags)">
          <a class="xref" href="C1.Util.DX.DXGI.Output1.GetDisplayModeList1.html#C1_Util_DX_DXGI_Output1_GetDisplayModeList1_C1_Util_DX_DXGI_Format_C1_Util_DX_DXGI_DisplayModeEnumerationFlags_">GetDisplayModeList1(Format, DisplayModeEnumerationFlags)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the display modes that match the requested format and other input options.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DXGI_Output1_GetDisplayModeList1_C1_Util_DX_DXGI_Format_System_Int32_System_Int32__C1_Util_DX_DXGI_ModeDescription1___" data-uid="C1.Util.DX.DXGI.Output1.GetDisplayModeList1(C1.Util.DX.DXGI.Format,System.Int32,System.Int32@,C1.Util.DX.DXGI.ModeDescription1[])">
          <a class="xref" href="C1.Util.DX.DXGI.Output1.GetDisplayModeList1.html#C1_Util_DX_DXGI_Output1_GetDisplayModeList1_C1_Util_DX_DXGI_Format_System_Int32_System_Int32__C1_Util_DX_DXGI_ModeDescription1___">GetDisplayModeList1(Format, int, ref int, ModeDescription1[])</a>
        </td>
        <td class="markdown level1 summary"><p>HRESULT IDXGIOutput1::GetDisplayModeList1([In] DXGI_FORMAT EnumFormat,[In] unsigned int Flags,[InOut] unsigned int* pNumModes,[Out, Buffer, Optional] DXGI_MODE_DESC1* pDesc)</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_DXGI_Output1_GetDisplaySurfaceData1_C1_Util_DX_DXGI_Resource_" data-uid="C1.Util.DX.DXGI.Output1.GetDisplaySurfaceData1(C1.Util.DX.DXGI.Resource)">
          <a class="xref" href="C1.Util.DX.DXGI.Output1.GetDisplaySurfaceData1.html#C1_Util_DX_DXGI_Output1_GetDisplaySurfaceData1_C1_Util_DX_DXGI_Resource_">GetDisplaySurfaceData1(Resource)</a>
        </td>
        <td class="markdown level1 summary"><p>HRESULT IDXGIOutput1::GetDisplaySurfaceData1([In] IDXGIResource* pDestination)</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="operators">Operators
</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_Output1_op_Explicit_System_IntPtr__C1_Util_DX_DXGI_Output1" data-uid="C1.Util.DX.DXGI.Output1.op_Explicit(System.IntPtr)~C1.Util.DX.DXGI.Output1">
          <a class="xref" href="C1.Util.DX.DXGI.Output1.op_Explicit.html#C1_Util_DX_DXGI_Output1_op_Explicit_System_IntPtr__C1_Util_DX_DXGI_Output1">explicit operator Output1(IntPtr)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs an explicit conversion from <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.intptr">IntPtr</a> to <a class="xref" href="C1.Util.DX.DXGI.Output1.html">Output1</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
