_Global.PointsToInches(Single) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将度量单位从磅转换为英寸 (1 英寸 = 72 磅)。
public:
float PointsToInches(float Points);
public float PointsToInches (float Points);
abstract member PointsToInches : single -> single
Public Function PointsToInches (Points As Single) As Single
参数
-
Points
-
Single
必需 单一。 以磅为单位的度量值。
返回
注解
此方法以 单个方式返回转换后的度量值。
适用于