TransformProviderWrapperMove - метод
Moves the control.
Пространство имён: Tessa.UI.Automation.HelpersСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.0.4
public void Move(
double x,
double y
)
Public Sub Move (
x As Double,
y As Double
)
public:
virtual void Move(
double x,
double y
) sealed
abstract Move :
x : float *
y : float -> unit
override Move :
x : float *
y : float -> unit
- x Double
- Absolute screen coordinates of the left side of the control.
- y Double
- Absolute screen coordinates of the top of the control.
ITransformProviderMove(Double, Double) InvalidOperationException | If the CanMove property is false. |