_Application.PointsToPicas(Single) 方法

定义

将度量单位从磅转换为十二点活字 (1 派卡 = 12 磅)。

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

参数

Points
Single

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

返回

注解

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

适用于