TransformProviderWrapperResize - метод

Resizes the control.

Definition

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

Параметры

width  Double
The new width of the window, in pixels.
height  Double
The new height of the window, in pixels.

Реализации

ITransformProviderResize(Double, Double)

Исключения

InvalidOperationExceptionIf the CanResize property is false.

См. также