DX9ToolsR4 - Created by: X

GUIIndexed Constructor (Point, Size, Color, Single)

Creates a new instance of this class.

[Visual Basic]
Overloads Public Sub New( _
   ByVal Location As Point, _
   ByVal Size As Size, _
   ByVal Color As Color, _
   ByVal RHW As Single _
)
[C#]
public GUIIndexed(
   Point Location,
   Size Size,
   Color Color,
   float RHW
);

Parameters

Location
Missing <param> documentation for Location
Size
Missing <param> documentation for Size
Color
Sets the color of the vertexes.
RHW
Sets the RHW of the vertexes.

See Also

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