_Application.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

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

返回

注解

返回已转换为一个 单一 测量。

适用于