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 参数值单独缩放面板的高度和宽度。

适用于