TableLayoutPanel.ScaleCore(Single, Single) 方法

定義

執行縮放整個面板和任何子控制項的工作。

protected:
 override void ScaleCore(float dx, float dy);
protected override void ScaleCore (float dx, float dy);
override this.ScaleCore : single * single -> unit
Protected Overrides Sub ScaleCore (dx As Single, dy As Single)

參數

dx
Single

要水平縮放控制項的比例。

dy
Single

垂直縮放控制項的比率。

備註

方法 ScaleCore 會使用 dxdy 參數值來獨立調整面板的高度和寬度。

適用於