DX9ToolsR4 - Created by: X

GUI Constructor (Rectangle, Color, Single)

Creates a new instance of this class.

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

Parameters

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

See Also

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