ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.DXGI Namespace / Adapter Class / GetOutput Method / GetOutput(Int32,Output) Method

In This Topic
    GetOutput(Int32,Output) Method
    In This Topic
    HRESULT IDXGIAdapter::EnumOutputs([In] unsigned int Output,[Out] IDXGIOutput** ppOutput)
    Syntax
    'Declaration
     
    Public Overloads Function GetOutput( _
       ByVal output As Integer, _
       ByRef outputOut As Output _
    ) As HResult
    public HResult GetOutput( 
       int output,
       out Output outputOut
    )

    Parameters

    output
    outputOut
    See Also