TransformProviderWrapperMove - метод

Moves the control.

Definition

Пространство имён: Tessa.UI.Automation.Helpers
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.0.4
C#
public void Move(
	double x,
	double y
)

Параметры

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)

Исключения

InvalidOperationExceptionIf the CanMove property is false.

См. также