DX9ToolsR4 - Created by: X

IGUI.Vertexes Property

Provides access to the vertexes for the gui.

[Visual Basic]
Property Vertexes( _
   ByVal Index As VertexIndex _
) As TransformedColoredTextured
[C#]
Microsoft.DirectX.Direct3D.CustomVertex.TransformedColoredTextured this[
   CBX.Libs.DX9ToolsR4.GUI.VertexIndex Index
] {get;}

Parameters

Index
The Index if the vertex that is to be returned.

See Also

IGUI Interface | CBX.Libs.DX9ToolsR4.GUI Namespace | IGUI.Vertexes Overload List