_Global.LinesToPoints(Single) 方法

定义

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

public:
 float LinesToPoints(float Lines);
public float LinesToPoints (float Lines);
abstract member LinesToPoints : single -> single
Public Function LinesToPoints (Lines As Single) As Single

参数

Lines
Single

必需 单一。 要转换为磅值的行值。

返回

注解

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

适用于