VertexProcessingCaps.SupportsTweening Property (Microsoft.DirectX.Direct3D)

Specifies whether a device supports vertex tweening.

Definition

Visual Basic Public ReadOnly Property SupportsTweening As Boolean
C# public bool SupportsTweening { get; }
C++ public:
property bool SupportsTweening {
        bool get();
}
JScript public function get SupportsTweening() : boolean

Property Value

System.Boolean
Value that is true if vertex tweening is supported, or false if it is not.

This property is read-only. 
Show: