ITransformProvider.Resize(Double, Double) Method

Definition

Resizes the control.

public:
 void Resize(double width, double height);
void Resize(double const& width, double const& height);
public void Resize(double width, double height);
function resize(width, height)
Public Sub Resize (width As Double, height As Double)

Parameters

width
Double

double

The new width of the window, in pixels.

height
Double

double

The new height of the window, in pixels.

Applies to