Caps.DeviceType Property (Microsoft.DirectX.Direct3D)

Retrieves an object that identifies the type of resources used for processing vertices.

Definition

Visual BasicPublic ReadOnly Property DeviceType As DeviceType
C#public DeviceType DeviceType { get; }
C++public:
property DeviceType DeviceType {
        DeviceType get();
}
JScriptpublic function get DeviceType() : DeviceType

Property Value

Microsoft.DirectX.Direct3D.DeviceType
A DeviceType object that identifies the type of resources used for processing vertices.

This property is read-only. 
Show: