DX9ToolsR4 - Created by: X

GUI.SetVertexData Method (Point, Size)

Sets the dimentions of the gui.

[Visual Basic]
Overloads Public Sub SetVertexData( _
   ByVal Location As Point, _
   ByVal Size As Size _
)
[C#]
public void SetVertexData(
   Point Location,
   Size Size
);

Parameters

Location
The location of the gui to set.
Size
The size of the gui to set.

See Also

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