Click or drag to resize
AB4D logo

DXDeviceConfigurationAdapter Property

Gets or sets an adapter (graphics card) that will be used to create DirectX device. When null (by default) the default adapter is used. To get the actual Adapter used by the created DirectX Device see the Adapter property.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public Adapter1 Adapter { get; set; }

Property Value

Adapter1
See Also