ITransformProvider.Move(Double, Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Moves the control.
public:
void Move(double x, double y);
void Move(double const& x, double const& y);
public void Move(double x, double y);
function move(x, y)
Public Sub Move (x As Double, y As Double)
Parameters
- x
-
Double
double
The absolute screen coordinates of the left side of the control.
- y
-
Double
double
The absolute screen coordinates of the top of the control.