DX9ToolsR4 - Created by: X

VertexIndex Enumeration

Provides a enumerated index for vertexes in a object that implements IGUI.

[Visual Basic]
Public Enum VertexIndex
[C#]
public enum VertexIndex

Members

Member NameDescription
TopLeft The index for the top left vertex.
TopRight The index for the top right vertex.
BottomLeft The index for the bottom left vertex.
BottomRight The index for the bottom right vertex.

Requirements

Namespace: CBX.Libs.DX9ToolsR4.GUI

Assembly: DX9ToolsR4 (in DX9ToolsR4.dll)

See Also

CBX.Libs.DX9ToolsR4.GUI Namespace