ITransformProvider.Resize(Double, Double) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
调整控件大小。
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
窗口的新高度(以像素为单位)。