ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.DXGI Namespace / Adapter Class / GetOutput Method / GetOutput(Int32) Method
The index of the output.

In This Topic
    GetOutput(Int32) Method
    In This Topic
    Gets an adapter (video card) outputs.
    Syntax
    'Declaration
     
    Public Overloads Function GetOutput( _
       ByVal outputIndex As Integer _
    ) As Output
    public Output GetOutput( 
       int outputIndex
    )

    Parameters

    outputIndex
    The index of the output.

    Return Value

    An instance of Output
    See Also