Class DxgiAdapter2
The IDXGIAdapter2
interface represents a display sub-system, which includes one or more GPUs, DACs, and video memory.
Inherited Members
Namespace: JeremyAnsel.DirectX.Dxgi
Assembly: JeremyAnsel.DirectX.Dxgi.dll
Syntax
public sealed class DxgiAdapter2 : DxgiObject, IDisposable, IDxgiReleasable
Properties
| Edit this page View SourceDescription
Gets a DXGI 1.2 description of an adapter (or video card).
Declaration
public DxgiAdapterDesc2 Description { get; }
Property Value
Type | Description |
---|---|
DxgiAdapterDesc2 |
Handle
Gets an handle representing the DXGI object interface.
Declaration
public override object Handle { get; }
Property Value
Type | Description |
---|---|
object |
Overrides
Methods
| Edit this page View SourceEnumOutputs()
Enumerate adapter (video card) outputs.
Declaration
public IEnumerable<DxgiOutput2> EnumOutputs()
Returns
Type | Description |
---|---|
IEnumerable<DxgiOutput2> | An IEnumerable of DxgiOutput2. |
GetParent()
Gets the parent of the object.
Declaration
public DxgiFactory2 GetParent()
Returns
Type | Description |
---|---|
DxgiFactory2 | The parent of the object. |