DX9ToolsR4 - Created by: X

GUIIndexed.Vertexes Property

Provides access to the vertexes for the gui.

[Visual Basic]
NotOverridable Overloads Public Default ReadOnly Property Vertexes( _
   ByVal Index As VertexIndex _
) Implements _
   IGUI.Vertexes As TransformedColoredTextured Implements _
   IGUI.Vertexes
[C#]
public 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.

Implements

IGUI.Vertexes

See Also

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