TransformProviderWrapperResize - метод
Resizes the control.
Пространство имён: Tessa.UI.Automation.HelpersСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.0.4
public void Resize(
double width,
double height
)
Public Sub Resize (
width As Double,
height As Double
)
public:
virtual void Resize(
double width,
double height
) sealed
abstract Resize :
width : float *
height : float -> unit
override Resize :
width : float *
height : float -> unit
- width Double
- The new width of the window, in pixels.
- height Double
- The new height of the window, in pixels.
ITransformProviderResize(Double, Double) InvalidOperationException | If the CanResize property is false. |