ITransformProvider.Resize(Double, Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.