TableLayoutPanel.ScaleCore(Single, Single) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
执行缩放整个面板和任何子控件的工作。
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 使用 dx
和 dy
参数值单独缩放面板的高度和宽度。