ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.DXGI Namespace / Output Class / FindClosestMatchingMode Method

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

    Parameters

    modeToMatchRef
    closestMatchRef
    concernedDeviceRef
    See Also