DX9ToolsR4 - Created by: X

GUIIndexed Constructor (Rectangle, Color)

Creates a new instance of this class.

[Visual Basic]
Overloads Public Sub New( _
   ByVal Bounds As Rectangle, _
   ByVal Color As Color _
)
[C#]
public GUIIndexed(
   Rectangle Bounds,
   Color Color
);

Parameters

Bounds
The dimentions of the gui to be set.
Color
Sets the color of the vertexes.

See Also

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