Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the device exports a hardware abstraction layer (HAL) that is aware of DrawPrimitives.
Definition
Visual Basic Public ReadOnly Property SupportsDrawPrimitivesTransformedVertex As Boolean C# public bool SupportsDrawPrimitivesTransformedVertex { get; } C++ public:
property bool SupportsDrawPrimitivesTransformedVertex {
bool get();
}JScript public function get SupportsDrawPrimitivesTransformedVertex() : boolean
Property Value
System.Boolean
Value that is true if the device exports a HAL that is aware of DrawPrimitives, or false if it does not.This property is read-only.