_Application.PointsToLines(Single) 方法

定义

将度量单位从磅转换为行 (1 行 = 12 磅)。

public:
 float PointsToLines(float Points);
public float PointsToLines (float Points);
abstract member PointsToLines : single -> single
Public Function PointsToLines (Points As Single) As Single

参数

Points
Single

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

返回

注解

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

适用于