Class DxgiAdapter
The IDXGIAdapter interface represents a display sub-system (including one or more GPU's, DACs and video memory).
Inherited Members
Namespace: JeremyAnsel.DirectX.Dxgi
Assembly: JeremyAnsel.DirectX.Dxgi.dll
Syntax
public sealed class DxgiAdapter : DxgiObject, IDisposable, IDxgiReleasable
Properties
| Edit this page View SourceDescription
Gets a DXGI 1.0 description of an adapter (or video card).
Declaration
public DxgiAdapterDesc Description { get; }
Property Value
| Type | Description |
|---|---|
| DxgiAdapterDesc |
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<DxgiOutput?> EnumOutputs()
Returns
| Type | Description |
|---|---|
| IEnumerable<DxgiOutput> | An IEnumerable of DxgiOutput. |
GetParent()
Gets the parent of the object.
Declaration
public DxgiFactory? GetParent()
Returns
| Type | Description |
|---|---|
| DxgiFactory | The parent of the object. |