ComponentOne Bitmap for UWP
C1.UWP.DX 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 System.Integer, _
       ByRef outputOut As Output _
    ) As HResult
    public HResult GetOutput( 
       System.int output,
       out Output outputOut
    )

    Parameters

    output
    outputOut
    See Also