ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.DXGI Namespace / Output1 Class / FindClosestMatchingMode1 Method

In This Topic
    FindClosestMatchingMode1 Method
    In This Topic
    HRESULT IDXGIOutput1::FindClosestMatchingMode1([In] const DXGI_MODE_DESC1* pModeToMatch,[Out] DXGI_MODE_DESC1* pClosestMatch,[In, Optional] IUnknown* pConcernedDevice)
    Syntax
    'Declaration
     
    Public Sub FindClosestMatchingMode1( _
       ByRef modeToMatchRef As ModeDescription1, _
       ByRef closestMatchRef As ModeDescription1, _
       ByVal concernedDeviceRef As ComObject _
    ) 
    public void FindClosestMatchingMode1( 
       ref ModeDescription1 modeToMatchRef,
       out ModeDescription1 closestMatchRef,
       ComObject concernedDeviceRef
    )

    Parameters

    modeToMatchRef
    closestMatchRef
    concernedDeviceRef
    See Also