DX9ToolsR4 - Created by: X

GUITextured Constructor (Single, Single, Single, Single)

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 _
)
[C#]
public GUITextured(
   float Left,
   float Top,
   float Width,
   float Height
);

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.

See Also

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