RenderStateManager.VertexBlend Property

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves or sets the number of matrices to use to perform geometry blending.

Definition

Visual Basic .NET Public Property VertexBlend As VertexBlend
C# public VertexBlend VertexBlend { get; set; }
Managed C++ public: __property VertexBlend get_VertexBlend();
public: __property void set_VertexBlend(VertexBlend);
JScript .NET public function get VertexBlend() : VertexBlend
public function set VertexBlend(VertexBlend);

Property Value

Microsoft.DirectX.Direct3D.VertexBlend . Value of the VertexBlend enumeration to set or retrieve.

This property is read/write. 

Remarks

The default value is VertexBlend.Disable.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.