eDriven Framework API
Move Method (x, y)
NamespaceseDriven.Gui.ComponentsInvalidationManagerClientMove(Single, Single)
eDriven Framework API
Moves the component to a position specified with (x, y)
Declaration Syntax
C#Visual BasicVisual C++
public void Move(
	float x,
	float y
)
Public Sub Move ( _
	x As Single, _
	y As Single _
)
public:
void Move(
	float x, 
	float y
)
Parameters
x (Single)
y (Single)

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)