VertexProcessingCaps.SupportsTweening Property (Microsoft.DirectX.Direct3D)
Specifies whether a device supports vertex tweening.
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
System.Boolean
This property is read-only.
Value that is true if vertex tweening is supported, or false if it is not.
Show: