DeviceCaps.SupportsStreamOffset Property (Microsoft.DirectX.Direct3D)
Indicates whether the device supports stream offsets.
Definition
Visual Basic Public ReadOnly Property SupportsStreamOffset As Boolean C# public bool SupportsStreamOffset { get; } C++ public:
property bool SupportsStreamOffset {
bool get();
}JScript public function get SupportsStreamOffset() : boolean
Property Value
System.Boolean
Value that is true if the device supports stream offsets, or false if it does not.This property is read-only.