Share via


ITransformProvider.Resize(Double, Double) 方法

定义

调整控件大小。

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)

参数

width
Double

double

窗口的新宽度(以像素为单位)。

height
Double

double

窗口的新高度(以像素为单位)。

适用于