[]
Gets an adapter (video card) outputs.
public Output GetOutput(int outputIndex)
Type | Name | Description |
---|---|---|
int | outputIndex | The index of the output. |
Type | Description |
---|---|
Output | An instance of Output |
HRESULT IDXGIAdapter::EnumOutputs([In] unsigned int Output,[Out] IDXGIOutput** ppOutput)
public HResult GetOutput(int output, out Output outputOut)
Type | Name | Description |
---|---|---|
int | output | |
Output | outputOut |
Type | Description |
---|---|
HResult |