共用方式為


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

視窗的新高度 (以像素為單位)。

適用於