DX9ToolsR4 - Created by: X

GUIIndexed.SetVertexData Method (VertexIndex, Vector2)

Sets the vertex texture coordanants directly.

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

Parameters

Index
The index of the vertex to set.
TextureCords
The texture coordanants to set.

See Also

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