ComponentOne Bitmap for UWP
FindClosestMatchingMode Method

C1.UWP.DX Assembly > C1.Util.DX.DXGI Namespace > Output Class : FindClosestMatchingMode Method
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

Reference

Output Class
Output Members