DX9ToolsR4 - Created by: X

GUI.SetVertexData Method (VertexIndex, Single, Single)

Sets the vertex texture coordanants directly.

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

Parameters

Index
The index of the vertex to set.
Tu
The tU texture coordanants to set.
Tv
The tV texture coordanants to set.

See Also

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