ComponentOne Bitmap for UWP
FindClosestMatchingMode1 Method

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

Reference

Output1 Class
Output1 Members