Class DxgiAdapter1
The IDXGIAdapter1
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 DxgiAdapter1 : DxgiObject, IDisposable, IDxgiReleasable
Properties
| Edit this page View SourceDescription
Gets a DXGI 1.1 description of an adapter (or video card).
Declaration
public DxgiAdapterDesc1 Description { get; }
Property Value
Type | Description |
---|---|
DxgiAdapterDesc1 |
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<DxgiOutput1> EnumOutputs()
Returns
Type | Description |
---|---|
IEnumerable<DxgiOutput1> | An IEnumerable of DxgiOutput. |
GetParent()
Gets the parent of the object.
Declaration
public DxgiFactory1 GetParent()
Returns
Type | Description |
---|---|
DxgiFactory1 | The parent of the object. |