_Application.PointsToInches(Single) 方法

定义

将度量单位从磅转换为英寸 (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

必需 单一。 以磅为单位的度量值。

返回

注解

此方法以 单个方式返回转换后的度量值。

适用于