_Global.InchesToPoints(Single) 方法

定义

将度量单位从英寸转换为磅 (1 英寸 = 72 磅)。

public:
 float InchesToPoints(float Inches);
public float InchesToPoints (float Inches);
abstract member InchesToPoints : single -> single
Public Function InchesToPoints (Inches As Single) As Single

参数

Inches
Single

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

返回

注解

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

适用于