DX9ToolsR4 - Created by: X

GUITextured.SetVertexData Method (VertexIndex, Color)

Sets the color of all the vertexes.

[Visual Basic]
Overloads Public Sub SetVertexData( _
   ByVal Index As VertexIndex, _
   ByVal Color As Color _
)
[C#]
public void SetVertexData(
   VertexIndex Index,
   Color Color
);

Parameters

Index
The index of the vertex to be set.
Color
The color to set the vertexes to.

See Also

GUITextured Class | CBX.Libs.DX9ToolsR4.GUI Namespace | GUITextured.SetVertexData Overload List