Caps.DeviceType Property (Microsoft.DirectX.Direct3D)

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

Definition

Visual Basic Public ReadOnly Property DeviceType As DeviceType
C# public DeviceType DeviceType { get; }
C++ public:
property DeviceType DeviceType {
        DeviceType get();
}
JScript public 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.