[]
        
(Showing Draft Content)

C1.Util.DX.DXGI.Output1

Output1 Class

IDXGIOutput1

Implements
Namespace: C1.Util.DX.DXGI
Assembly: C1.Win.C1DX.4.8.dll
Syntax
[Guid("00cddea8-939b-4b83-a340-a685226666cc")]
public class Output1 : Output, IDisposable, IUnknown

Constructors

Name Description
Output1(IntPtr)

Initializes a new instance of the Output1 class.

Methods

Name Description
DuplicateOutput(ComObject)

HRESULT IDXGIOutput1::DuplicateOutput([In] IUnknown* pDevice,[Out] void** ppOutputDuplication)

FindClosestMatchingMode1(ref ModeDescription1, out ModeDescription1, ComObject)

HRESULT IDXGIOutput1::FindClosestMatchingMode1([In] const DXGI_MODE_DESC1* pModeToMatch,[Out] DXGI_MODE_DESC1* pClosestMatch,[In, Optional] IUnknown* pConcernedDevice)

GetDisplayModeList1(Format, DisplayModeEnumerationFlags)

Gets the display modes that match the requested format and other input options.

GetDisplayModeList1(Format, int, ref int, ModeDescription1[])

HRESULT IDXGIOutput1::GetDisplayModeList1([In] DXGI_FORMAT EnumFormat,[In] unsigned int Flags,[InOut] unsigned int* pNumModes,[Out, Buffer, Optional] DXGI_MODE_DESC1* pDesc)

GetDisplaySurfaceData1(Resource)

HRESULT IDXGIOutput1::GetDisplaySurfaceData1([In] IDXGIResource* pDestination)

Operators

Name Description
explicit operator Output1(IntPtr)

Performs an explicit conversion from IntPtr to Output1.