您的位置首页百科知识

VB对象的Width Height和ScaleWidth,ScaleHeight属性有何区别?

VB对象的Width Height和ScaleWidth,ScaleHeight属性有何区别?

的有关信息介绍如下:

VB对象的Width,Height和ScaleWidth,ScaleHeight属性区别为:对象不同、影响不同、基点不同。

一、对象不同

1、Width,Height属性:Width,Height属性是控件外部的宽度和高度。

2、ScaleWidth,ScaleHeight属性:ScaleWidth,ScaleHeight属性是控件内部的宽度和高度。

二、影响不同

1、Width,Height属性:Width,Height属性受到控件所在的父容器控件的ScaleMode模式影响。

2、ScaleWidth,ScaleHeight属性:ScaleWidth,ScaleHeight属性受到控件本身的ScaleMode模式影响。

VB对象的Width Height和ScaleWidth,ScaleHeight属性有何区别?

三、基点不同

1、Width,Height属性:Width,Height属性的坐标系以窗体的左上角为基点。

2、ScaleWidth,ScaleHeight属性:ScaleWidth,ScaleHeight属性的坐标系以控件左上角的左上角为基点。