DX9ToolsR4 - Created by: X

GUIIndexed Constructor (Single, Single, Single, Single, Color)

Creates a new instance of this class.

[Visual Basic]
Overloads Public Sub New( _
   ByVal Left As Single, _
   ByVal Top As Single, _
   ByVal Width As Single, _
   ByVal Height As Single, _
   ByVal Color As Color _
)
[C#]
public GUIIndexed(
   float Left,
   float Top,
   float Width,
   float Height,
   Color Color
);

Parameters

Left
Sets the value of the Left property.
Top
Sets the value of the Top property.
Width
Sets the value of the Width property.
Height
Sets the value of the Height property.
Color
Sets the color of the vertexes.

See Also

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