AdapterInformation.Adapter Property (Microsoft.DirectX.Direct3D)
Retrieves the adapter ordinal number.
Visual Basic Public ReadOnly Property Adapter As Integer C# public int Adapter { get; } C++ public:
property int Adapter {
int get();
}JScript public function get Adapter() : int
System.Int32
This property is read-only.
Integer that specifies the adapter to retrieve.
Show: